@if ($shop) {!! Form::open(['url' => 'user-shops/delete/' . $shop->id]) !!}

You are about to delete the shop {{ $shop->name }}. This is not reversible. If you would like to hide the shop from users, you can set it as inactive from the shop settings page.

Are you sure you want to delete {{ $shop->name }}?

{!! Form::submit('Delete Shop', ['class' => 'btn btn-danger']) !!}
{!! Form::close() !!} @else Invalid shop selected. @endif