@extends('errors.base') @section('title', $__t('Page not found')) @section('content')
{{ $__t('This page does not exists') }}
{{ $__t('You will be redirected to the default page in %s seconds', '5') }}
@stop