This commit is contained in:
2025-07-04 19:35:09 +05:00
parent d9c463b427
commit 652edb0896

View File

@@ -27,6 +27,7 @@ class LoanPaidOffLetterOrderController extends Controller
LoanPaidOffLetterOrder::query()
->with('branch')
->where('user_id', auth()->id())
->latest()
->get()
));
}