@if(!empty($organisation->logo)) @php $logoPath = 'storage/app/public/' . ltrim(str_replace('storage/', '', $organisation->logo), '/'); $absolutePath = base_path($logoPath); @endphp @if(file_exists($absolutePath)) Company Logo @endif @endif
{{ $organisation->organisation_name ?? 'VERIFIN' }}
{{ $organisation->address }}
{{ $organisation->website }}
{{ $organisation->organisation_email }}
{{ $title ?? '' }}