@extends('layouts.side_bar') @section('content') Download Excel
| SL | Account Number | Paid By | Paid Date | Paid Amount | Payment Type | created_at | {{--ACTION | --}}
|---|---|---|---|---|---|---|---|
| {{ $row->id}} | {{ $row->accountNumber}} | {{ $row->paidBy }} | {{ $row->paidDate}} | RM {{ $row->paidAmount}} | {{ $row->paymentType}} | {{ $row->created_at}} | {{----}} {{-- Deactivate--}} {{-- Edit--}} {{-- | --}}