@include('paths.css') @include('paths.themecss') @livewireStyles {{-- @powerGridStyles --}}
{{--
@if (Auth::user()->type == 1 )
Super Admin
@elseif(Auth::user()->type == 2 )
Admin
@endif
--}}
{{--
Search
--}} {{-- Full Screen --}}
{{-- @if (Auth::user()->type == 1 )
Account
@endif --}}
Logout
@csrf
@yield('content')
@yield('account') @include('paths.js') @livewireScripts