@extends('web.layouts.app') @section('title', '404') @section('wrapper-class', 'wp-page page-full-height wide') @section('content') @include('web.layouts.header')
{!! __('404.head_text') !!}

{{ __('404.content') }}

@endsection