@extends('web.layouts.master') @section('title', __('navbar.error')) @section('content')

{{ __('navbar.error') }}

@php $section_error = \App\Models\Section::section('error'); @endphp @if(isset($section_error))
Error

{{ $section_error->title }}

{!! $section_error->description !!}
{{ __('common.go_home') }}
@endif @endsection