@extends('errors.general') @section('title', trans('errors.error-occurred')) @section('content')
{{ trans('errors.details').$message }}
{{ trans('errors.file-location') }}{{ $file }}: {{ $line }}