@extends('layouts.header') @section('title', 'Login') @section('content')





@csrf
@if (Route::has('password.request')) {{ __('Olvidaste tu contraseƱa?') }} @endif




@endsection