@extends('website.layouts.template') @section('title', 404) @section('content')

404

{{ __('Page Not Found') }}

{{ __('We can\'t seem to find the page you\'re looking for') }}

{{ __('Go to Homepage') }}
@endsection