{!! Form::open([
'method'=>'DELETE',
'url' => ['admin/trans-contacts', $transcontact->id],
'style' => 'display:inline'
]) !!}
{!! Form::button('
Delete', array(
'type' => 'submit',
'class' => 'btn red btn-xs',
'title' => 'Delete',
'onclick'=>'return confirm("Confirm delete?")'
))!!}
{!! Form::close() !!}
Role | {{ ucwords($transcontact['name']) }} |