@include('partials.styles')
@include('partials.preloader') @include('partials.sidebar')
@include('partials.header')
Edit Business Details
Back to List
Select Business
Primary Info
Doc Upload
@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' : '' }} >
{{ $bank }}
@endforeach
FASTag Options
Settlement Type
Select Settlement
settlement_type) == 'advance' ? 'selected' : '' }}>Advance Payout
settlement_type) == 'monthly' ? 'selected' : '' }}>Monthly Payout
Select Services
@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)
{{ $service }}
@endforeach
@include('partials.footer')
@include('partials.theme_settings') @include('partials.scripts')