@foreach($services as $service) @endforeach
Name Image Created At Action
{{ $service->name }} Service IMAGE {{ $service->created_at }} {!! Form::open(['route' => ['services.destroy', $service->id], 'method' => 'delete']) !!}
{!! Form::button('', ['type' => 'submit', 'class' => 'btn btn-danger btn-xs', 'onclick' => "return confirm('Are you sure?')"]) !!}
{!! Form::close() !!}