@extends('frontend.layouts.app')
@section('content')
@push('styles')
@endpush
@include('frontend.partials.mobile.header')
@include('frontend.partials.mobile.sidebar-menu')
Slots Provider
@foreach($providers as $p)
@endforeach
@include('frontend.partials.mobile.bottom-nav')
@include('frontend.partials.desktop.header')
@foreach($providers as $p)
@endforeach
@include('frontend.partials.desktop.footer')
@endsection
@push('scripts')
@endpush