@extends('layouts.error-blank') @section('title') {{ __('Not Found') }} @endsection @section('main_content')
404

{{ __('Error: App URL not detected') }}

{{__('The app url is not available in .env file, please contact with administrator.')}}

{{ __('Back to Home') }}
@endsection