@if(!Route::is(['home.courses','home.countries']))
@endif
@if(Route::is('home.courses'))
{{ $obj['courses']->metatag_title }} | Exprenza
@endif
@if(Route::is('home.countries'))
{{ $obj['country']->metatag_title }} | Exprenza
@endif
@if(Route::is('home.index'))
Best Study Abroad Consultancy in Kochi | Exprenza – Oversea
@endif
{{--
--}}
{{--
--}}
@isset($homeData['headContent']) {!! $homeData['headContent']->content !!} @endisset
@stack('style')
@push('scripts')
@endpush
@include('home.layouts.navbar')
@yield('content')
@include('home.layouts.footer')
@push('script')
@endpush
@stack('script')