table with hotels
This commit is contained in:
9
resources/views/admin/logout.blade.php
Normal file
9
resources/views/admin/logout.blade.php
Normal 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
|
||||
Reference in New Issue
Block a user