@php setlocale(LC_ALL, 'pt_PT'); @endphp @if (File::exists(public_path('/uploads/pdf/bg_v.png')))
@if (@$documentTitle)

{{ @$documentTitle }}
{{ @$documentSubtitle }}

@endif

@include($view) @else
@if (!empty($documentTitle))

{{ $documentTitle }}
{{ $documentSubtitle ?? '' }}

@endif
@include($view)
@endif @php setlocale(LC_ALL, ''); @endphp