@extends('layouts.backend')
@section('title', 'Admin Dashboard')
@section('breadcrumb-title')
@role('admin')
Admin Dashboard
@endrole
@role('moderator')
Moderator Dashboard
@endrole
@role('user')
Applicant Dashboard
@endrole
@endsection
@section('breadcrumb-items')
@role('admin')
Admin Dashboard
@endrole
@role('moderator')
Moderator Dashboard
@endrole
@role('user')
Applicant Dashboard
@endrole
@endsection
@section('content')
@role('admin')
Page Under Construction
We apologize for the inconvenience, but this page is currently under construction and is not yet ready for public viewing.
@endrole
@role('moderator')
@include('dashboard.moderator')
@endrole
@role('user')
Page Under Construction
We apologize for the inconvenience, but this page is currently under construction and is not yet ready for public viewing.
@endrole
@endsection
@push('styles')
@endpush