@extends('layouts.auth') @section('main-content')

{{ __('Login') }}

@if ($errors->any()) @endif
{{--
--}} {{--
--}}

@if (Route::has('password.request')) @endif @if (Route::has('register')) @endif
@endsection