@extends('layouts.master') @section('page_title', "{$display_term}") @section('title', 'Target User Payments') @section('main_item', 'User Payments') @section('sub_item', ' Target User Payments') @section('content')

Filter

@if(Auth::user()->user_type !== 'sub_user') @endif

Payment Details

Action UserName Payment Ref No Status Paid Amount Payment Method Date Created By
Total
@endsection @section('scripts') @endsection