@if (Auth::check()) @if(Auth::user()->role == 1) {{Auth::user()->name}} @elseif(Auth::user()->role == 2) {{Auth::user()->name}} @else {{Auth::user()->name}} - {{Auth::user()->distributor_code}} @endif @endif
Logout
@yield('content')
@include('js.all-js');