@stack('page_style')
@include('layouts.partials.sidebar')
@include('layouts.partials.navbar')
@include("include.ajax-url")
@include("include.flashMessage")
@yield('content')
@php
$key = env('GOOGLE_API_KEY','AIzaSyB8L96ED27rCDdxOF3DNAagrQzEi3jRUAE');
@endphp
@stack('page_script')
@yield('custom_script')