@if ($daily) {!! Form::open(['url' => 'admin/data/dailies/delete/' . $daily->id]) !!}

You are about to delete the {{ __('dailies.daily') }} {{ $daily->name }}. This is not reversible. If you would like to hide the {{ __('dailies.daily') }} from users, you can set it as inactive on its page.

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

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