@extends('layout.error') @section('content')

{{ trans('errors.not-found.code') }}

{{ trans('errors.not-found.title') }}

{{ trans('errors.not-found.message') }}


{{ trans('errors.not-found.link') }}

@stop