@forelse ($providers ?? [] as $key => $item) @empty @include('admin.components.alerts.empty',['colspan' => 3]) @endforelse
{{ __('Provider Name') }} {{ __("Status") }} {{ __("action") }}
{{ $item->provider }} @include('admin.components.form.switcher',[ 'label' => false, 'name' => 'status', 'options' => [__("active") => 1 , __("Deactive") => 0], 'onload' => true, 'value' => $item->status, 'data_target' => $item->id, 'permission' => "admin.live.exchange.rate.status.update", ]) @include('admin.components.link.edit-default',[ 'href' => setRoute('admin.live.exchange.rate.edit',$item->slug), 'permission' => "admin.live.exchange.rate.edit", ])
@push('script') @endpush