{!! $web_settings->gtm_head_script ?? null !!}
{{config('app.name')}} - @yield('title')
{{--Google fonts--}}
{{--Font Awesome--}}
{{--Bootstrap CSS--}}
{{--Owl-Carousel--}}
{{--toastr--}}
@yield('style') @yield('gTag') {!! $web_settings->fb_pixel ?? null !!} {!! $web_settings->gtm_body_script ?? null !!} @yield('fb_share')
@include('frontEnd.inc.header') @yield('body') @include('frontEnd.inc.footer')
{{----}} {{--Owl-Carousel--}} {{--toastr--}} @yield('script')