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