Directory : /home/aplikasiposinfo/.trash/resources.1/views/ |
Current File : /home/aplikasiposinfo/.trash/resources.1/views/exportPembayaran.blade.php |
<table> <thead> <tr> <th>username</th> <th>Perangkat Opd</th> </tr> </thead> <tbody> @foreach ($Pembayaran as $p) <tr> <td>{{$p->username}}</td> <td>{{$p->nama}}</td> </tr> @endforeach </tbody> </table>