@extends('layouts.app') @section('title', 'Application Access Restricted') @section('content')

Access Restricted

@if(session('error')) {{ session('error') }} @else The application "PrasarNet" is not included in your assigned scope. @endif

To maintain security, please log out. This will terminate your current session across the platform.

@csrf
Contact System Administrator
@endsection