@include('partials.header')
Edit Business Details
Back to List
Select Business
@csrf
Select Business

@foreach(['IDFC Bank', 'AXIS Bank', 'PAYTM FASTag', 'Bajaj Pay'] as $bank) @php $id = strtolower(str_replace(' ', '-', $bank)) . '-dropdown'; @endphp
select_bank) == $bank ? 'checked' : '' }} >
@endforeach
FASTag Options
@php $services = [ 'Assign Fastag', 'Recharge in Fastag', 'Replace Fastag', 'Digital Onboarding', 'KYC Onboarding', 'NKYC Onboarding', 'Allowed V4' ]; $selectedServices = explode(',', $distributor->fastag_services); @endphp @foreach($services as $index => $service)
@endforeach
@include('partials.footer')