wip
This commit is contained in:
@@ -27,6 +27,7 @@ class LoanPaidOffLetterOrderController extends Controller
|
||||
LoanPaidOffLetterOrder::query()
|
||||
->with('branch')
|
||||
->where('user_id', auth()->id())
|
||||
->latest()
|
||||
->get()
|
||||
));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user