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