S.No | @lang("labels.config.name") | @lang("labels.config.gov_account") | @lang("labels.config.serv_account") | @lang('labels.last_updated_at') | @lang('labels.action') |
---|---|---|---|---|---|
{{ $provider->id }} | default == 1) class="text-success" @endif>{{ $provider->name }} |
@forelse ($provider->govPaymentConfigs as $config)
status == 1) checked @endif wire:change='statusChange({{ $config->provider_id }},{{ $config->merchant_id }},"Government")'> {{ $config->merchant->name }}
@empty Not Assigned @endforelse |
@forelse ($provider->servPaymentConfigs as $config)
status == 1) checked @endif wire:change='statusChange({{ $config->provider_id }},{{ $config->merchant_id }},"Service")'> {{ $config->merchant->name }}
@empty Not Assigned @endforelse |
{{ $provider->updated_at->diffForHumans() }} | |
No Records Found |