@foreach ($currencies as $currency) @endforeach
{{ __('SL') }}. {{ __('Name') }} {{ __('Code') }} {{ __('Rate') }} {{ __('Symbol') }} {{ __('Status') }} {{ __('Default') }} {{ __('Action') }}
{{ ($currencies->currentPage() - 1) * $currencies->perPage() + $loop->iteration }} {{ $currency->name }} {{ $currency->code }} {{ $currency->rate }} {{ $currency->symbol }}
{{ $currency->status == 1 ? 'Active' : 'Inactive' }}
{{ $currency->is_default == 1 ? 'Yes' : 'No' }}
{{ $currencies->links('vendor.pagination.bootstrap-5') }}