@extends('layouts.auth') @section('title', __('Sign in')) @section('heading', __('Sign in')) @section('intro', __('Access your saved properties, enquiries and listings.')) @section('form')
@csrf {{-- One field for both credentials: asking somebody to remember which of the two they signed up with is asking them to fail. --}}
{{ __('Forgot password?') }}
@endsection @section('footer') {{ __('New here?') }} {{ __('Create an account') }} @endsection