@include('Frontend.Layouts.header') @include('Frontend.Layouts.topbar')
@yield('content')
@include('Frontend.Layouts.footer')