@extends('admin.layouts.app') @section('title') Dashboard @endsection @push('css') @endpush @section('content') @if (Auth::user()->user_type === 'admin' && Auth::user()->status === "active")
Unauthorized User Type
Ask the developer for add you as a admin
@endif @endsection @push('js') @endpush