@extends('layouts/blankLayout') @section('title', 'Авторизация') @section('page-style') @endsection @section('content')

Авторизация

@if(isset($error)) @endif @if(isset($passwordReset)) @endif
{!! $errors->first('email', ':message') !!}
{!! $errors->first('password', ':message') !!}
@endsection