@extends('errors::minimal') @section('title', translate('page_Not_found')) @section('message')
@include('errors.404-icon')

{{translate('page_Not_found')}}

{{translate('we_are_sorry')}}, {{translate('the_page_you_requested_could_not_be_found')}}
{{translate('please_go_back_to_the_homepage')}}

@endsection