@extends('errors.master') @section('title', 'Error Page 404') @section('main') {{-- @dd(\Cache::get('locale')) --}}

{{ ___('error.404_page_not_found') }}

{{ ___('error.you_were_trying_to_reach_couldn_t_be_found_on_the_server') }}

@endsection