@extends('admin.layout') @section('content')
{{ __('Settings') }}
@csrf
vendor_admin_approval == 1 ? 'checked' : '' }} name="vendor_admin_approval" class="custom-control-input" id="vendor_admin_approval">
vendor_email_verification == 1 ? 'checked' : '' }} name="vendor_email_verification" class="custom-control-input" id="customCheck2">

{{ __('This text will be visible in Vendor Dashboard') }}

@endsection