{{--
--}} {{----}} {{--
--}} {{----}} {{--
--}} {{--
--}} {{--
--}}
{{--
--}} {{----}} {{--
--}} @stack('css_lib')
{{----}} {{--
--}}
@yield('css_custom') @if(auth()->check())
{{trans('lang.dashboard')}}
@if(env('APP_CONSTRUCTION',false))
{{env('APP_CONSTRUCTION','') }}
@endif @can('carts.index')
@endcan @can('notifications.index')
@endcan
{!! auth()->user()->name !!}
{{trans('lang.user_profile')}}
{{__('auth.logout')}}
{{ csrf_field() }}
@include('layouts.sidebar')
@yield('content')
@else
{{setting('app_name')}}
@include('layouts.menu',['icons'=>false])
{!! Auth::user()->name !!}
Profile
{{__('auth.logout')}}
{{ csrf_field() }}
@yield('content')
@endrole {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} @stack('scripts_lib') {{----}} {{----}} @stack('scripts')