@stack('page_style')
@include('loader.loader')
@include('layouts.partials.navbar') @include('layouts.partials.sidebar')
@include('include.flashMessage')
@yield('content')
@php $errorMessage = __('words.Please check the form below for errors'); @endphp @include('layouts.partials.footer')
- @livewireScripts @stack('page_script')