@extends('layouts.site') @section('title', __('Page Not Found')) @section('content')

404

{{ __('Page Not Found') }}

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

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