@extends('layouts.simple_admin_base') @section('content')

{{ $errorMessageTitle }}

{{ $errorMessage }}

@if(Auth::user()->userType->name == "USER") @if(Auth::user()->companyStaff) Back to Home @else Logout @endif @elseif(Auth::user()->userType->name == "ADMIN") Back to Home @else Logout @endif
@endsection