@section('sub-title', 'Index') @section('title', 'Pengurangan / Refund')
| @if($is_download and $filter_polis_id) @else No @endif | Status | Status Pembayaran | No Pengajuan | @if(\Auth::user()->user_access_id!=2)Cabang | @endifNo 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}} | @if(\Auth::user()->user_access_id!=2){{isset($item->user_created->name)?$item->user_created->name:'-'}} | @endif@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 | |||||||||||||