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

{{Trans("messages.delete-confirm", array('attribute' => $model->$attribute))}}?
{{-- {{ Form::open(array('action' => array($toRoute.'.destroy',$model->id),'method'=>'DELETE'))}} --}} {{ Form::open(['route' => [$route, $model->id], 'method' => 'delete'])}} {{ Form::submit(Trans("dashboard.others.yes"), ['class' => 'btn btn-outline pull-right'])}} {{ Form::close() }}