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

Edit Cash Wallet

Edit Cash Wallet
@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
{{-- @foreach ($banners as $banner) @endforeach --}} @endsection @section('footer') @endsection