@php if (!request()->session()->has("error")): redirect()->home(); endif; @endphp @extends('layouts.master') @section('content')

{{ Session::get("title", "Oops ...") }}

{{ Session::get("msg", "An error has occurred, please contact the team.") }}

{{ __("errors.GoToTop") }}
@endsection