@extends('pages.layouts.main') @section('title', '' . $dataname) @section("component-css") @endsection @section('content-page')

@yield('title')

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

Data @yield('title')

@php $nomer = 0; @endphp @foreach ($response 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'] }} @if ($item['total_responder'] != 0) Lihat Responder @endif @if ($item['total_transaksi'] != 0) Lihat Transaksi @endif @if ($dataname == "KODIM") $item['province_id'], "regency_id" => $item['regency_id']]) }}" class="btn btn-success btn-sm"> Detail @else $item['province_id'], "regency_id" => $item['regency_id']]) }}" class="btn btn-success btn-sm"> Detail @endif
@endsection @section("component-js") @endsection