@extends('layouts.app') @section('title', 'Mobile Dashboard') @section('content')
@include('mobile.dashboard')
@endsection @push('styles') @endpush @push('scripts') @endpush