@extends('frontend.layouts.app') @section('content') @push('styles') @endpush
@include('frontend.partials.mobile.header') @include('frontend.partials.mobile.sidebar-menu')
@include('frontend.partials.mobile.bottom-nav')
@include('frontend.partials.desktop.header')
{{ general()->title }}
@include('frontend.partials.desktop.footer')
@endsection @push('scripts') @endpush