@if ($concept) {!! Form::open(['url' => 'admin/world/concepts/delete/' . $concept->id]) !!}

You are about to delete {!! $concept->name !!}? This is not reversible. If you would like to hide the concept from users, you can set it as inactive from the concept settings page.

Are you sure you want to delete {{ $concept->name }}?

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