{{-- parsley validator --}} {{-- --}} {{-- My css --}} {{-- Flash Notification --}} @stack('css') {{-- Loader CSS --}} {{-- Loader JavaScript --}}
{{-- Change class for changing color. Take class from below data class --}}
@php $notifications = App\Models\Notification::where('read_status', 0)->where('user_id','=',Auth::user()->id) ->latest() ->take(1) ->get(); @endphp
@include('widgets.wallet_widgets2')
{{-- --}}
{{-- Comment this for the spinner setting --}} {{-- --}}

Layout Options

  • Fixed Header
    Makes the header top fixed, always visible!
  • Fixed Sidebar
    Makes the sidebar left fixed, always visible!
  • Fixed Footer
    Makes the app footer bottom fixed, always visible!

Header Options

  • Choose Color Scheme

Sidebar Options

  • Choose Color Scheme

Main Content Options

  • Page Section Tabs
{{-- Change class for changing color. Take class from avobe data class --}}
@include('includes.admin_message')
Loader
@yield('content')
{{-- Main --}} {{-- Flash Notification --}} {{-- Select 2 --}} {{-- Jquery UI --}} @include('vendor.lara-izitoast.toast') @yield('script') @stack('script') {{-- Turbo links --}} {{-- --}}