{{Trans("dashboard.crud.remove")}}

{{Trans("messages.delete-confirm", array('attribute' => $model->$attribute))}}?
{{ Form::open(array('action' => array($toRoute.'.destroy',$model->id),'method'=>'DELETE'))}} {{ Form::hidden('_method', 'DELETE') }} {{ Form::close() }}