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