@php $siteName = \App\Models\Setting::get('site_name', config('app.name')); @endphp
@if($logo = \App\Models\Setting::get('logo')) {{ $siteName }} @else {{ $siteName }} @endif
@auth('customer')

{{ auth('customer')->user()->name }}

View Profile
@else @endauth