{!! str_pad($destination->name, 4, "0", STR_PAD_LEFT) !!} |
{!! $destination->email !!} |
{!! Form::open([
'route' => ['destinations.destroy', $destination->id],
'method' => 'delete'
]) !!}
@shield('destination.show')
@endshield
@shield('destination.edit')
@endshield
@shield('destination.delete')
@endshield
|
@endforeach