@extends(tt('layout.blade.php')) @push('header') @at(tt('assets/styles/layouts/_error.scss')) @endpush @section('title') {{ $message ?? $code }} @endsection @push('content') @navbar @navigation @breadcrumb
{{ $code }}

{{ $message }}

@if ($code == 404) @endif @if ($code == 403) @endif @if (!isset($withoutButton)) {{ __('def.back_home') }} @endif @if (isset($withAuthBtn) && !user()->isLoggedIn()) {{ __('def.auth') }} @endif
@endpush @footer