@extends('components.error') @section('title', 'Something went wrong') @section('content')

Unexpected Erro yyr

{{ $message }}

@if(config('app.debug'))
Debug Info:

Message: {{ $exception_message }}

Code: {{ $exception_code }}

File: {{ $file }}

Line: {{ $line }}

@endif Back to Home
@endsection