{{-- ===================================================== Etebarit - by Gisoo Web Solutions ------------------------------------------------------ Gisoo.net ------------------------------------------------------ Copyright (c) 2026 Gisoo Web Solutions ===================================================== This code is protected by copyright ===================================================== File: layout.blade.php ------------------------------------------------------ Use: Shared shell for the themed error pages, so 403, 404 and the maintenance states all look like the rest of the site rather than a framework default. ===================================================== --}} @extends('layouts.app') @section('title', $title) @section('content')
@endsection