@php
$landing = DB::table('landing_pages')->where('id', 1)->first();
@endphp
@include('frontend_landing_page.layouts.navbar')
@php
$hero = DB::table('hero_sections')->where('id', 1)->first();
@endphp
@yield('content')
Newsletter
Let's subscribe the newsletter
@include('frontend_landing_page.layouts.footer')
@if(Session::has('success'))
@endif
@if(Session::has('error'))
@endif