@extends('layouts.passwords') @section('content')
branding logo
We will send you a link to reset your password.
@if (session('status'))
{{ session('status') }}
@endif
{{ csrf_field() }} @if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
Login
@endsection