@extends('errors.general') @section('title', '404 Not Found') @section('content')

404 Not Found @include('setup.wizard.language')

@lang('errors.exception.detail', ['msg' => $exception->getMessage() ?: trans('errors.http.msg-404')])

@endsection