@extends('flute::layouts.error') @section('title') {{ $code.' - '.$message }} @endsection @push('content')
{{-- Radial rings --}}

{{ $code }}

{{ $message }}

@if ($code == 404) {{ __('error.404_description') }} @elseif ($code == 403) {{ __('error.403_description') }} @elseif ($code == 500) {{ __('error.500_description') }} @else {{ __('error.default_description') }} @endif

{{ __('def.back_home') }} @if ($code == 404) @php $prevUrl = (string)url()->previous(); @endphp {{ __('error.go_back') }} @endif
@endpush