@if($checkpoints->count())
@foreach($checkpoints as $checkpoint)
@if(Laratrust::isAbleTo('edit-route'))
{!! delete_form(['checkpoint.destroy',$checkpoint->id],['table-refresh'=>'checkpoint-table']) !!}
@endif
|
{{ $checkpoint->name }} |
{{ $checkpoint->serial_num }} |
@endforeach
@else
{{ trans('messages.no_data_found') }} |
@endif