@extends('layouts.dashboard')
@section('page_title')
Dashboard
@endsection
@section('page_body')
{{ Breadcrumbs::render('home') }}
@include('dashboard.dashboard_stats')
@include('dashboard.dashboard_overdues')
@include('dashboard.sms_detail')
@endsection
@section('page_modal')
@endsection
@section('page_script')
@include('scripts.dashboard')
@include('scripts.component')
@endsection