@extends('admin.layouts') @section('title', 'Banner') @section('header') @endsection @section('content')

Edit Shopping Wallet

Add Banner
@csrf
History
@forelse ($datatable as $table) @empty @endforelse
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
@endsection @section('footer') @endsection