Delete {{ \Illuminate\Support\Str::title(str_replace('_', ' ', strtolower(@$entity))) }}

{{ @$confirm_message ?: 'Are you sure you want to delete this ' . \Illuminate\Support\Str::title(str_replace('_', ' ', strtolower(@$entity))) . '(s)?' }}

{{ Form::open(['method'=> 'POST']) }} {{ Form::close() }}