{{ __('Error: App URL not detected') }}
{{__('The app url is not available in .env file, please contact with administrator.')}}
{{ __('Back to Home') }}@extends('layouts.error-blank') @section('title') {{ __('Not Found') }} @endsection @section('main_content')
{{__('The app url is not available in .env file, please contact with administrator.')}}
{{ __('Back to Home') }}