@extends('errors._shell') @section('title', 'Page not found') @section('status_code', '404') @section('brand_headline', 'We couldn\'t find that page.') @section('brand_body', 'The link may have moved, been renamed, or never existed. Check the URL, or start from the dashboard.') @section('heading', 'Page not found') @section('subheading', 'The page you\'re looking for doesn\'t exist.') @section('body')

Double-check the URL, or use the navigation to find what you need.

@endsection @section('actions') Back to home Go back @endsection