@extends('front::layouts.master', ['title' => trans('front::messages.errors.an-error-has-occurred')]) @section('content')

{{ $message }}

{{ trans('front::messages.errors.go-to-main-page') }}
@endsection