{!! !empty($title->attributes->has('title')) ? $title->attributes->get('title') : $title !!} @stack('body_start')
{{ trans('general.preview_mode') }} {!! !empty($sticky->attributes->has('description')) ? $sticky->attributes->get('description') : trans('invoices.sticky.description') !!}
{{ trans('general.go_back', ['type' => company()->name]) }}
{!! !empty($title->attributes->has('title')) ? $title->attributes->get('title') : $title !!} @if (!empty($status)) {!! $status ?? '' !!} @endif @if (!empty($favorite) || (!empty($favorite) && $favorite->attributes->has('title'))) @if (! $favorite->attributes->has('title')) {!! $favorite ?? '' !!} @else @php $favorite = [ 'title' => $favorite->attributes->get('title'), 'icon' => $favorite->attributes->get('icon'), 'route' => !empty($favorite->attributes->has('route')) ? $favorite->attributes->get('route') : '', 'url' => !empty($favorite->attributes->has('url')) ? $favorite->attributes->get('url') : '', ]; @endphp @endif @endif {!! $buttons ?? '' !!} {!! $moreButtons ?? '' !!} {!! $content !!}
@stack('body_end')