@extends('layouts.default') @push('title', get_phrase('404 not found')) @push('meta')@endpush @push('css')@endpush @section('content')

{{get_phrase('404 not found')}}

{{get_phrase('The page you requested could not be found')}}

{{get_phrase('Please try the following')}}:

  • {{get_phrase('Check the spelling of the url')}}
  • {{get_phrase('If you are still puzzled, click on the home link below')}}
{{get_phrase('Back to home')}}
@endsection @push('js')@endpush