@include('layouts.frontend.partials.meta')@include('layouts.global')@include('layouts.frontend.partials.style')@php echo setting('fb_pixel');@endphp{{-- --}}@php echo setting('header_code');@endphp
@php echo setting('body_code');@endphp {{-- Facebook SDK --}} @if (env('FACEBOOK_SKD_ON') == 1) @endif {{-- Top Header Style --}} @if (!empty(setting('TOP_HEADER_STYLE'))) @include('layouts.frontend.partials.header_' . setting('TOP_HEADER_STYLE')) @else @include('layouts.frontend.partials.header_1') @endif @yield('content') @include('layouts.frontend.partials.footer') @include('layouts.frontend.partials.script')