{{-- Title Goes Here --}}
@yield('title', 'Agent Dasboard')
{{-- Font Awesome --}}
@livewireStyles {{-- Alpine --}} {{-- Notification --}} @livewireScripts {{-- Main Script --}} @stack('startScripts') {{--
--}}
{{-- Aside Navigation --}} @include('agent.layout.aside')
{{-- Top Header --}} @include('agent.layout.header')
{{-- Main Content Goes Here. --}}
@yield('heading')
@yield('content')
{{-- Footer --}} @include('agent.layout.footer')
{{-- Livewire Scripts --}} {{-- Other Scripts From Childrens --}} @stack('endScripts')