@extends('layouts.user_type.guest') @section('header_title', __('Page not found')) @section('content')
404

{{ __('Page not found') }}

{{ __('The page you are looking for does not exist or has been moved.') }}

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