@php $pin_verified = session('pin_verified'); $pin_verified_at = session('pin_verified_at'); @endphp @yield('title') {{-- parsley validator --}} {{-- --}} {{-- My css --}} {{-- Flash Notification --}} @stack('css') {{-- --}} {{-- Loader CSS --}} {{-- Loader JavaScript --}} {{-- Loader --}}
{{-- Change class for changing color. Take class from below data class --}}
@php $notifications = App\Models\Notification::where('read_status', 0) ->latest() ->take(10) ->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 --}} {{-- --}} @if (session('success')) @endif @if (session('error')) @endif