@extends('app') @section('title', __('errors.404.title')) @section('content')

@lang('errors.404.title')

{!! str_replace(':link', config('app.url'), __('errors.404.message')).'
' !!} {{ $exception->getMessage() }}

@endsection