@extends('pages.layouts.main') @section('title', 'Detail Akun POLSEK') @section('component-css') @endsection @section('content-page')

@yield('title')

@if (session('success'))
Berhasil, {!! session('success') !!}
@elseif(session('error'))
Gagal, {!! session('error') !!}
@endif

Data POLSEK

@php $nomer = 0; @endphp @foreach ($datapolsek as $item) {{-- --}} @endforeach
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
@endsection @section('component-js') @endsection