{!! Form::open(['route' => ['menus.destroy', $id], 'method' => 'delete','id'=>'formajax']) !!}
{{-- --}} {!! Form::button('', [ 'type' => 'submit', 'class' => 'btn btn-danger btn-sm', 'onclick' => 'return confirm("Are you sure?")' ]) !!}
{!! Form::close() !!}