@extends('admin.layouts.app') @section('panel')
@lang('Name') @lang('Country Code') @lang('Country Name') @lang('Bill Type') @lang('Service Type') @lang('Local Currency Symbol') @lang('Minimum Trx Amount') @lang('Maximum Trx Amount') @lang('Status') @forelse($billers as $biller)
{{ __($biller->name) }}
{{ $biller->country_code }}
{{ __($biller->country_name) }}
{{ $biller->type }} {{ $biller->service_type }} {{ $biller->local_transaction_currency_code }} {{ $biller->min_local_transaction_amount }} {{ $biller->max_local_transaction_amount }} @empty @endforelse
@if ($billers->hasPages()) {{ paginateLinks($billers) }} @endif
@endsection @push('breadcrumb-plugins') @endpush