@extends('admin::layouts.app') @section('content')
@if (Session::get('accessWarn'))

{{ session('accessWarn') }}

For technical Support please contact to Admin.

@else

You can not manipulate the url from address bar, please click on authorized module!

For technical Support please contact to Admin.

@endif
@endsection