@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')
{{-- --}}
{{-- --}}
@yield('inner_js')
@endsection