@extends('errors.general') @section('title', trans('errors.general.title')) @section('content')
{{ trans('errors.exception.message', ['msg' => $message]) }}
{!! trans('errors.exception.location', ['location' => "$file: $line"]) !!}