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