@if ($tag) {!! Form::open(['url' => 'admin/data/items/delete-tag/' . $item->id . '/' . $tag->tag]) !!}

You are about to delete the tag {{ $tag->getName() }} from {{ $item->name }}. This is not reversible. If you would like to preserve the tag data without deleting the tag, you may want to set the Active toggle to Off instead.

Are you sure you want to delete {{ $tag->getName() }}?

{!! Form::submit('Delete Tag', ['class' => 'btn btn-danger']) !!}
{!! Form::close() !!} @else Invalid tag selected. @endif