@extends('pages.layouts.main') @section('title', 'Detail Akun POLSEK') @section('component-css') @endsection @section('content-page')
| No | Nama | Nomor HP | Kode Institusi | Tanggal Dibuat | Total Responder | Total Transaksi | Aksi | |
|---|---|---|---|---|---|---|---|---|
| {{ ++$nomer }}. | {{ $item['nama'] }} | {{ $item['phone_number'] }} | {{ $item['unique_institution_id'] }} | {{ $item['created_at'] }} | {{ $item['total_responder'] }} | {{ $item['total_transaksi'] }} | {{--session("data")["regency_id"]]) }}" class="btn btn-success btn-sm"> Detail | --}}@if ($item['total_responder'] != 0) Lihat Responder @endif @if ($item['total_transaksi'] != 0) Lihat Transaksi @endif |