@extends('layouts.app') @section('title', 'Access Denied') @push('styles') @endpush @section('content')
Access Denied

@if(isset($message)) {{ $message }} @else You don't have permission to access this page. Please contact your administrator if you believe this is a mistake. @endif

Dashboard
@if(auth()->check()) @endif
@endsection @push('scripts') @endpush