@extends('master') @section('seo_title', 'Error 404') @section('seo_keywords', '') @section('seo_description', '') @section('content') @include('layout.breadcrumbs', ['page_title' => 'Error 404'])

@lang('messages.SOMETHING_WRONG_HERE')

@lang('messages.WE_LOOKING_HELP_CENTER_OR_HOME')

@lang('messages.BACK_TO_HOME')
@endsection