Commit 453b2256 by Siti Aisah

penyesuaian rekap peserta kelompok

parent 59e511a4
......@@ -128,7 +128,7 @@
<td>'{{ $p->nomor_va }}</td>
<td>{{ $p->tagihan }}</td>
@php
$keg = DB::table('v_kegiatan')->where('id_registrasi', $p->id)->get();
$keg = DB::table('v_kegiatan')->where('id_registrasi', $p->id)->where('nama',$p->nama)->get();
@endphp
<td align="left">
@foreach($keg as $k)
......
......@@ -45,7 +45,7 @@
{{-- <td>{{ $p->email}}</td> --}}
<td>{{ $p->instansi}}</td>
@php
$keg = DB::table('v_kegiatan')->where('id_registrasi', $p->id)->get();
$keg = DB::table('v_kegiatan')->where('id_registrasi', $p->id)->where('nama',$p->nama)->get();
@endphp
<td align="left">
@foreach($keg as $k)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment