@extends('admin.layouts') @section('title', 'Banner') @section('header') @endsection @section('content')
| S/N | DATE | TYPE | AMOUNT | REMARK |
|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $table->created_at->format('d-m-Y') }} | {{ $table->type }} | {{ number_format($table->amount, 2) }} | {{ $table->remark }} |
| No Data Available | ||||