@extends('platform::auth') @section('title',__('Access Denied: Viewing as Another User')) @section('content')

{{__('Limited Access')}}

@csrf

{{ __("You are currently viewing this page on behalf of a user who does not have access to it. To return to viewing as yourself, please click the 'Switch to My Account' button. It's possible that the page may be displayed correctly when viewed from your own account.") }}

@endsection