@extends('layouts.error') @section('title', __('tenant.not_found_title')) @section('content')

{{ __('tenant.not_found_title') }}

{{ __('tenant.not_found_msg') }}

{{ __('tenant.back_home') }}
@endsection