@extends('layouts.login_layout') @section('content')
@csrf

Login

@error('email')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
{{--
Forgot Password? Click Here
--}} {{--
@if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif
--}}
@endsection