@extends('errors.general') @section('title', trans('errors.error-occurred')) @section('content')

{{ $level.': '.trans('errors.some-errors') }}

{{ trans('errors.details').$message }}

{{ trans('errors.file-location') }}{{ $file }}: {{ $line }}

@endsection