@if(!empty($organisation->logo)) @php $logoPath = 'storage/app/public/' . ltrim(str_replace('storage/', '', $organisation->logo), '/'); $absolutePath = base_path($logoPath); @endphp @if(file_exists($absolutePath))
@endif @endif
{{ $organisation->organisation_name ?? 'VERIFIN' }}
{{ $organisation->address }}
{{ $organisation->website }}
{{ $organisation->organisation_email }}
{{ $title ?? 'Document Title' }}
As of {{ $asOfDate ?? now()->format('F j, Y') }}
@yield('content')