@section('top-navbar') @include('frontend.layouts.top-navbar') @show
@section('content') @yield('content') @show
@section('footer') @include('frontend.layouts.footer') @show
@section('script') @yield('script') @show