@extends('layouts.app') @section('content') @include('partials.page-header') @if (!have_posts())

Sorry, we're afraid that page doesn't seem to exist.

Please use the links or search option at the top of the page, or feel free to get in touch if you can't find what you need.

{{--
{{ __('Sorry, but the page you were trying to view does not exist.', 'sage') }}
--}} @endif @endsection