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

@lang('frontend.errors.404header')

@foreach(trans('frontend.errors.404message') as $line) {!! str_replace(':link', config('app.url'), $line).'
' !!} @endforeach {{ $exception->getMessage() }}

@endsection