@php $asset_prefix = ''; if(tenant() != null) { // because the tenancy is initialized, so no need to prefix for assets $asset_prefix = ''; } else { // because the tenancy is not initialized, so you must add the prefix for assets $asset_prefix = '/tenancy/assets/'; } @endphp {{ __('Not Found') }}

{{ __('Not Found') }}

404

Back to home
404 image