@extends('layouts.app') @section('content')
logo
@csrf
@if(isset($error['email'])) @endif @if(isset($error['username'])) @endif
@if(isset($error['password'])) @endif
@if (Route::has('password.request')) {{ __('Забыли пароль?') }} @endif
@endsection