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