@extends('layouts.auth_layout') @section('title', 'Login') @section('content')
branding logo
Login with heifer
@if ($message = Session::get('error'))
{{ $message }}
@endif
@csrf
@error('email') {{ $message }} @enderror

@error('password') {{ $message }} @enderror
@if (Route::has('password.request')) {{-- {{ __('Forgot Your Password?') }} --}} {{ __('Forgot Your Password?') }} @endif
{{-- --}}
@endsection