@yield('style')
@if(!empty(Auth::user()->name))
{{Auth::user()->name}}
@endif
Welcome !
My Account
{{ __('Logout') }}
@csrf
@if(@Auth::user()->user_type=="admin")
@endif
@yield('content')
@yield('endscript')