{{-- 404 Page --}} @extends('layouts.app') @section('title') @include('partials.page-header') @endsection @section('content')

{{ __('Sorry, the requested page does not exist.', 'seed') }}

{{ __('Return to the homepage', 'seed') }} »

@endsection