@section('sub-title', 'Index') @section('title', 'Pengurangan / Refund')
Filter
{{ __('Loading...') }} @if(\Auth::user()->user_access_id==2) Refund @endif
@if(\Auth::user()->user_access_id!=2) @endif @php($num = $data->firstItem()) @foreach ($data as $k => $item) @if(\Auth::user()->user_access_id!=2) @endif @php($num++) @endforeach @if($data->count()==0) @endif
@if($is_download and $filter_polis_id) @else No @endif Status Status Pembayaran No PengajuanCabangNo Polis Pemegang Polis Jenis Produk Tanggal Pengajuan Tanggal Email Total Peserta Total Uang Pertanggungan Pengembalian Premi
@if($is_download and $filter_polis_id) @else {{$num}} @endif {!! status_pengajuan($item->status) !!} @if($item->payment_date=="") Unpaid @else Paid @endif @if($is_admin==1) @endif {{$item->nomor}} {{isset($item->user_created->name)?$item->user_created->name:'-'}} @if(isset($item->polis_id)) {{isset($item->polis->no_polis) ? $item->polis->no_polis : '-'}} @endif {{isset($item->polis->nama) ? $item->polis->nama : '-'}} {{isset($item->polis->produk->nama) ? $item->polis->produk->nama : '-'}} @if($is_admin==1) @endif {{date('d-M-Y',strtotime($item->tanggal_pengajuan))}} {{date('d-M-Y',strtotime($item->tanggal_efektif))}} {{$item->total_peserta}} {{format_idr($item->total_manfaat_asuransi)}} {{format_idr($item->total_kontribusi)}}
empty

{{ $data->links() }}
@livewire('memo-refund.editable') @push('after-scripts') @endpush