@extends('platform::dashboard') @section('title', '404') @section('description', __("You requested a page that doesn't exist.")) @section('content')

{{ __("Sorry, we don't have anything to show you on this page") }}

{{ __("This could be because:") }}

{{ __("If you think you should have access to this page, ask the person who manages the project (or the account) to add you to it.") }}

@endsection