@php $solutions = app(\Spatie\LaravelErrorSolutions\Actions\GetSolutionsForLatestThrowableAction::class)->execute(); @endphp @if(count($solutions))
{{ $solution->getSolutionDescription() }}
@if(count($solution->getDocumentationLinks()))@if(method_exists($solution, 'solutionsProvidedByLink')) Solution provided by {{ $solution->solutionProvidedByName() }}. @else Solution provided by {{ $solution->solutionProvidedByName() }}. @endif @if($solution instanceof \Spatie\ErrorSolutions\Solutions\OpenAi\OpenAiSolution) This solution was generated by AI. It might not be 100% accurate. @endif
@endif @if(!$loop->last)