@extends('errors.general') @section('title', $title) @section('content')

{{ $title }} @include('setup.wizard.language')

{{ trans('errors.exception.detail', ['msg' => $message]) }}

@endsection