@if($logoPath && file_exists(public_path($logoPath))) Brand Logo @elseif(file_exists(public_path('logo.png'))) NOKO Logo @elseif(file_exists(public_path('logo.jpg'))) NOKO Logo @else
@endif
{{ $systemName }} Delivery System
Dashboard All Orders Add Order Reports System Settings
@php $words = explode(' ', Auth::user()->name); $initials = ''; if (count($words) >= 2) { $initials = strtoupper(substr($words[0], 0, 1) . substr($words[1], 0, 1)); } else { $initials = strtoupper(substr(Auth::user()->name, 0, 2)); } @endphp
{{ $initials }}

{{ Auth::user()->name }}

{{ Auth::user()->email }}