@section('optional_css')
@endsection
@section('optional_js')
@endsection
@if(session('success'))
{{ session('success') }}
@endif
@if(session('delete'))
{{ session('delete') }}
@endif
{{ __('Saldo BPJS') }}
Rp. {{ number_format($balance, '0', ',', '.') }}
{{ __('Tagihan BPJS') }}
@can('tagihanbpjs.create')
{{ __('Create') }} {{ __('Tagihan') }}
@endcan
{{ __('ID') }} |
{{ __('Kode Transaksi') }} |
{{ __('Nomor Telpon') }} |
{{ __('Customer Id') }} |
{{ __('Tagihan') }} |
{{ __('Status') }} |
{{ __('Action') }} |