@php $landing = DB::table('landing_pages')->where('id', 1)->first(); @endphp
Loading...
@include('frontend_landing_page.layouts.navbar') @php $hero = DB::table('hero_sections')->where('id', 1)->first(); @endphp
{{ $hero->tag}}

{{ $hero->title}}

{{ $hero->description}}

Learn More Start Free Trial
{{ $hero->title}}
@yield('content')
@include('frontend_landing_page.layouts.footer') @if(Session::has('success')) @endif @if(Session::has('error')) @endif