Blame view
resources/views/auth/test.blade.php
354 Bytes
c5118e5f3 Админка сайта - в... |
1 2 3 4 5 6 7 8 9 10 |
@extends('layout.site', ['title' => 'Неудачный вход в личный кабинет']) @section('content') <section class="product-cart"> <div class="container"> <h2>Авторизация не пройдена!</h2> <span>Email не подтвержден.</span> </div> </section> @endsection |