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

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

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