@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') @endrole @role('moderator') @endrole @role('user') @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.

Under Construction
@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.

Under Construction
@endrole @endsection @push('styles') @endpush