@php
$settings = [
'recaptcha_admin_login' => 'Admin Login',
'recaptcha_customer_login' => 'Customer Login',
'recaptcha_customer_register' => 'Customer Registration',
'recaptcha_customer_mail_verification' => 'Customer Mail Verification',
'recaptcha_seller_login' => 'Seller Login',
'recaptcha_seller_register' => 'Seller Registration',
'recaptcha_seller_mail_verification' => 'Seller Mail Verification',
'recaptcha_forgot_password' => 'Forgot Password',
'recaptcha_delivery_boy_login' => 'Delivery Boy Login',
'recaptcha_contact_form' => 'Contact Us Form',
];
@endphp
@foreach($settings as $key => $label)
@endforeach