@php $links = [['url' => '#', 'label' => 'Payment Settings'], ['url' => '#', 'label' => 'Payment Gateway']]; @endphp
@foreach ($datas as $data)

{{ $data->name }}

{{ $data->subtitle }}

Activated

status == 1 ? 'checked' : '' }}>
Manage Gateway
@endforeach
@include('admin.payment-setting.modal',['currencies'=>$currencies]) @push('scripts') @endpush