table with hotels

This commit is contained in:
2026-01-18 18:03:20 +00:00
parent ea511a00e6
commit 18aad4749f
16 changed files with 276 additions and 233 deletions

View File

@@ -0,0 +1,9 @@
@extends('admin.layout')
@section('content')
<div style="text-align: center; padding: 40px;">
<h2>Вы вышли из системы</h2>
<p>До скорой встречи!</p>
<a href="{{ route('admin.login.form') }}" class="btn">Войти снова</a>
</div>
@endsection