@extends('layouts.side_bar') @section('content')
@csrf

@foreach($data as $row) @endforeach
Name Nric No Client AccNo Type Current Status
{{ $row->DebtorName}} {{ $row->NewNric}} {{ $row->client }} {{ $row->AccountNo}} {{ $row->category}} {{ $row->status}}


@csrf
@endsection