@php $landing = DB::table('landing_pages')->where('id', 1)->first(); @endphp
@include('backend.layouts.navbar') @yield('content') @include('backend.layouts.footer')
@if(Session::has('success')) @endif @if(Session::has('error')) @endif