@if ( auth()->guest() ) Login ลงทะเบียนร้านค้า @endif @if( auth()->check() && auth()->user() ) @php $notiNo = noti_no(); @endphp
{{ auth()->user()->name }}
  • แจ้งเตือน @if ($notiNo > 0) {{ $notiNo }} @endif
    ร้านค้าของฉัน
    Log out
@endif
@if ( auth()->guest() )
  • Log in

    ลงทะเบียนร้านค้า
@endif @if( auth()->check() && auth()->user() )
{{ auth()->user()->name }}
  • แจ้งเตือน @if ($notiNo > 0) {{ $notiNo }} @endif
    ร้านค้าของฉัน
    Log out
@endif