@extends('layouts.thema') @section('content')
| No | Tanggal | Nama Sekolah | Transaksi | Nominal | Deskripsi | User Input |
|---|---|---|---|---|---|---|
| {{$loop->iteration}} | {{$b->created_at}} | {{$b->school->name}} | {{$b->transaction_type}} | Rp {{ number_format($b->amount, 0, ',', '.') }} | {{$b->description}} | {{$b->input_by->name}} |