@extends("base") @section("title", "Регистрация") @section("content")
@include("components.index_header") Background image
@csrf

Регистрация

@if ($errors->any())
Ошибки при заполнении формы:
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@endsection