@lang($model.'/modal.title')

@if($error)
{!! $error !!}
@else @lang($model.'/modal.body') @endif
@if(!$error) @if(!isset($shouldUseForm)) @lang($model.'/modal.confirm') @else
{{ csrf_field() }} {{ method_field('DELETE') }}
@endif @endif