@if (auth()->user()->is_admin == true) @php $app = 'layouts.admin.app'; $route = route('admin.dashboard'); @endphp @else @php $app = 'layouts.user.app'; $route = route('dashboard'); @endphp @endif @extends($app) @section('title', 'Contact') @section('content')

500 Error Page

500

Oops! Something went wrong.

We will work on fixing that right away. Meanwhile, you may return to dashboard or try using the search form. We could not find the page you were looking for.

@endsection