@extends('layouts.app') @section("scripts") @endsection @section('content')
Faça seu login
@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
{{--
--}} {{-- @if (Route::has('password.request'))--}} {{-- --}} {{-- Esqueceu sua senha?--}} {{-- --}} {{-- @endif--}} {{--
--}}

© 2019

@endsection