@extends('web.layouts.layout') @section('container_content') @include('web.layouts.nav')
{{-- @include('web.layouts.header')--}} @yield('content') {{-- @include('web.layouts.newsletter')--}}
@include('web.layouts.footer') @endsection @section('container_js') {{-- --}} @if(session('store_device_token')) @include('web.layouts.firebase') {{session()->forget(['store_device_token'])}} @endif @yield('inner_js') @endsection