array:11 [
  "daily_collection" => App\Models\ChitFundDailyCollection {#1193
    #connection: "mysql"
    #table: "chit_fund_daily_collections"
    #primaryKey: "id"
    #keyType: "int"
    +incrementing: true
    #with: []
    #withCount: []
    +preventsLazyLoading: false
    #perPage: 15
    +exists: true
    +wasRecentlyCreated: false
    #escapeWhenCastingToString: false
    #attributes: array:7 [
      "id" => 55
      "shop_enrollment_id" => 6
      "collection_date" => "2026-07-01"
      "collected_by" => 19
      "collected_date_time" => "2026-07-01 14:06:05"
      "created_at" => "2026-07-06 08:51:53"
      "updated_at" => "2026-07-06 08:51:53"
    ]
    #original: array:7 [
      "id" => 55
      "shop_enrollment_id" => 6
      "collection_date" => "2026-07-01"
      "collected_by" => 19
      "collected_date_time" => "2026-07-01 14:06:05"
      "created_at" => "2026-07-06 08:51:53"
      "updated_at" => "2026-07-06 08:51:53"
    ]
    #changes: []
    #casts: array:2 [
      "collection_date" => "date:Y-m-d"
      "collected_date_time" => "datetime"
    ]
    #classCastCache: []
    #attributeCastCache: []
    #dates: []
    #dateFormat: null
    #appends: []
    #dispatchesEvents: []
    #observables: []
    #relations: array:3 [
      "shopEnrollment" => App\Models\ChitFundShopEnrollment {#1200
        #connection: "mysql"
        #table: "chit_fund_shop_enrollments"
        #primaryKey: "id"
        #keyType: "int"
        +incrementing: true
        #with: []
        #withCount: []
        +preventsLazyLoading: false
        #perPage: 15
        +exists: true
        +wasRecentlyCreated: false
        #escapeWhenCastingToString: false
        #attributes: array:6 [
          "id" => 6
          "chit_fund_id" => 11
          "shop_id" => 13
          "installment_count" => 1
          "assigned_timestamp" => "2026-06-28 02:32:05"
          "status" => 1
        ]
        #original: array:6 [
          "id" => 6
          "chit_fund_id" => 11
          "shop_id" => 13
          "installment_count" => 1
          "assigned_timestamp" => "2026-06-28 02:32:05"
          "status" => 1
        ]
        #changes: []
        #casts: array:2 [
          "assigned_timestamp" => "datetime"
          "status" => "boolean"
        ]
        #classCastCache: []
        #attributeCastCache: []
        #dates: []
        #dateFormat: null
        #appends: []
        #dispatchesEvents: []
        #observables: []
        #relations: array:2 [
          "chitFund" => App\Models\ChitFund {#1221
            #connection: "mysql"
            #table: "chit_funds"
            #primaryKey: "id"
            #keyType: "int"
            +incrementing: true
            #with: []
            #withCount: []
            +preventsLazyLoading: false
            #perPage: 15
            +exists: true
            +wasRecentlyCreated: false
            #escapeWhenCastingToString: false
            #attributes: array:11 [
              "id" => 11
              "name" => "sw chitfund"
              "chit_fund_type" => "5000"
              "start_date" => "2026-07-01"
              "end_date" => "2027-03-05"
              "excluded_dates" => "["2026-06-02","2026-06-03","2026-07-02"]"
              "description" => null
              "status" => 1
              "created_at" => "2026-07-06 09:06:29"
              "updated_at" => "2026-07-06 09:06:29"
              "deleted_at" => null
            ]
            #original: array:11 [
              "id" => 11
              "name" => "sw chitfund"
              "chit_fund_type" => "5000"
              "start_date" => "2026-07-01"
              "end_date" => "2027-03-05"
              "excluded_dates" => "["2026-06-02","2026-06-03","2026-07-02"]"
              "description" => null
              "status" => 1
              "created_at" => "2026-07-06 09:06:29"
              "updated_at" => "2026-07-06 09:06:29"
              "deleted_at" => null
            ]
            #changes: []
            #casts: array:5 [
              "status" => "boolean"
              "excluded_dates" => "array"
              "start_date" => "date:Y-m-d"
              "end_date" => "date:Y-m-d"
              "deleted_at" => "datetime"
            ]
            #classCastCache: []
            #attributeCastCache: []
            #dates: []
            #dateFormat: null
            #appends: array:2 [
              0 => "formatted_start_date"
              1 => "formatted_end_date"
            ]
            #dispatchesEvents: []
            #observables: []
            #relations: []
            #touches: []
            +timestamps: true
            #hidden: []
            #visible: []
            #fillable: array:7 [
              0 => "name"
              1 => "chit_fund_type"
              2 => "start_date"
              3 => "end_date"
              4 => "excluded_dates"
              5 => "description"
              6 => "status"
            ]
            #guarded: array:1 [
              0 => "*"
            ]
            #forceDeleting: false
          }
          "shop" => App\Models\Shop {#1224
            #connection: "mysql"
            #table: "shops"
            #primaryKey: "id"
            #keyType: "int"
            +incrementing: true
            #with: []
            #withCount: []
            +preventsLazyLoading: false
            #perPage: 15
            +exists: true
            +wasRecentlyCreated: false
            #escapeWhenCastingToString: false
            #attributes: array:11 [
              "id" => 13
              "name" => "Romaguera-O'Keefe"
              "location_id" => 1
              "shop_type" => 4
              "contact_person" => "Aiden Berge III"
              "contact_number" => "1-858-829-8997"
              "address" => """
                543 Rempel Streets\n
                Port Dockhaven, OR 82182
                """
              "status" => 1
              "created_at" => "2026-07-06 08:51:24"
              "updated_at" => "2026-07-06 08:51:24"
              "deleted_at" => null
            ]
            #original: array:11 [
              "id" => 13
              "name" => "Romaguera-O'Keefe"
              "location_id" => 1
              "shop_type" => 4
              "contact_person" => "Aiden Berge III"
              "contact_number" => "1-858-829-8997"
              "address" => """
                543 Rempel Streets\n
                Port Dockhaven, OR 82182
                """
              "status" => 1
              "created_at" => "2026-07-06 08:51:24"
              "updated_at" => "2026-07-06 08:51:24"
              "deleted_at" => null
            ]
            #changes: []
            #casts: array:2 [
              "status" => "boolean"
              "deleted_at" => "datetime"
            ]
            #classCastCache: []
            #attributeCastCache: []
            #dates: []
            #dateFormat: null
            #appends: []
            #dispatchesEvents: []
            #observables: []
            #relations: []
            #touches: []
            +timestamps: true
            #hidden: []
            #visible: []
            #fillable: array:7 [
              0 => "name"
              1 => "location_id"
              2 => "shop_type"
              3 => "contact_person"
              4 => "contact_number"
              5 => "address"
              6 => "status"
            ]
            #guarded: array:1 [
              0 => "*"
            ]
            #forceDeleting: false
          }
        ]
        #touches: []
        +timestamps: false
        #hidden: []
        #visible: []
        #fillable: array:5 [
          0 => "chit_fund_id"
          1 => "shop_id"
          2 => "installment_count"
          3 => "assigned_timestamp"
          4 => "status"
        ]
        #guarded: array:1 [
          0 => "*"
        ]
      }
      "collector" => App\Models\User {#1218
        #connection: "mysql"
        #table: "users"
        #primaryKey: "id"
        #keyType: "int"
        +incrementing: true
        #with: []
        #withCount: []
        +preventsLazyLoading: false
        #perPage: 15
        +exists: true
        +wasRecentlyCreated: false
        #escapeWhenCastingToString: false
        #attributes: array:15 [
          "id" => 19
          "name" => "Kurt Leffler"
          "email" => "uheaney@example.org"
          "email_verified_at" => null
          "username" => "aletha.johnston"
          "password" => "$2y$10$9Wx8Ee4eCZ68SWopLrjGduBOYJcXyQ34x5jHcclvLB/hh04srQJou"
          "address" => """
            74961 Jacobi Pass Apt. 459\n
            Imeldamouth, MI 34927-0040
            """
          "phone" => "1-901-601-3230"
          "nic" => "697661086V"
          "account_status" => 1
          "last_login" => null
          "remember_token" => null
          "created_at" => "2026-07-06 08:51:24"
          "updated_at" => "2026-07-06 08:51:24"
          "deleted_at" => null
        ]
        #original: array:15 [
          "id" => 19
          "name" => "Kurt Leffler"
          "email" => "uheaney@example.org"
          "email_verified_at" => null
          "username" => "aletha.johnston"
          "password" => "$2y$10$9Wx8Ee4eCZ68SWopLrjGduBOYJcXyQ34x5jHcclvLB/hh04srQJou"
          "address" => """
            74961 Jacobi Pass Apt. 459\n
            Imeldamouth, MI 34927-0040
            """
          "phone" => "1-901-601-3230"
          "nic" => "697661086V"
          "account_status" => 1
          "last_login" => null
          "remember_token" => null
          "created_at" => "2026-07-06 08:51:24"
          "updated_at" => "2026-07-06 08:51:24"
          "deleted_at" => null
        ]
        #changes: []
        #casts: array:4 [
          "email_verified_at" => "datetime"
          "last_login" => "datetime"
          "account_status" => "boolean"
          "deleted_at" => "datetime"
        ]
        #classCastCache: []
        #attributeCastCache: []
        #dates: []
        #dateFormat: null
        #appends: []
        #dispatchesEvents: []
        #observables: []
        #relations: []
        #touches: []
        +timestamps: true
        #hidden: array:2 [
          0 => "password"
          1 => "remember_token"
        ]
        #visible: []
        #fillable: array:9 [
          0 => "name"
          1 => "email"
          2 => "username"
          3 => "password"
          4 => "address"
          5 => "phone"
          6 => "nic"
          7 => "account_status"
          8 => "last_login"
        ]
        #guarded: array:1 [
          0 => "*"
        ]
        #rememberTokenName: "remember_token"
        #accessToken: null
        #forceDeleting: false
      }
      "payments" => Illuminate\Database\Eloquent\Collection {#1206
        #items: array:2 [
          0 => App\Models\ChitFundPaymentCollection {#1194
            #connection: "mysql"
            #table: "chit_fund_payment_collections"
            #primaryKey: "id"
            #keyType: "int"
            +incrementing: true
            #with: []
            #withCount: []
            +preventsLazyLoading: false
            #perPage: 15
            +exists: true
            +wasRecentlyCreated: false
            #escapeWhenCastingToString: false
            #attributes: array:17 [
              "id" => 104
              "chit_fund_daily_collection_id" => 55
              "payment_type" => "cheque"
              "amount" => "350.00"
              "cheque_number" => "BI555459"
              "bank_name" => "Hatton National Bank"
              "cheque_date" => "2026-06-16"
              "is_corrected" => 0
              "corrected_amount" => null
              "corrected_cheque_number" => null
              "corrected_bank_name" => null
              "corrected_cheque_date" => null
              "remarks_for_correction" => null
              "corrected_by" => null
              "corrected_count" => 0
              "created_at" => "2026-07-06 08:51:53"
              "updated_at" => "2026-07-06 08:51:53"
            ]
            #original: array:17 [
              "id" => 104
              "chit_fund_daily_collection_id" => 55
              "payment_type" => "cheque"
              "amount" => "350.00"
              "cheque_number" => "BI555459"
              "bank_name" => "Hatton National Bank"
              "cheque_date" => "2026-06-16"
              "is_corrected" => 0
              "corrected_amount" => null
              "corrected_cheque_number" => null
              "corrected_bank_name" => null
              "corrected_cheque_date" => null
              "remarks_for_correction" => null
              "corrected_by" => null
              "corrected_count" => 0
              "created_at" => "2026-07-06 08:51:53"
              "updated_at" => "2026-07-06 08:51:53"
            ]
            #changes: []
            #casts: array:6 [
              "amount" => "decimal:2"
              "corrected_amount" => "decimal:2"
              "is_corrected" => "boolean"
              "corrected_count" => "integer"
              "cheque_date" => "date:Y-m-d"
              "corrected_cheque_date" => "date:Y-m-d"
            ]
            #classCastCache: []
            #attributeCastCache: []
            #dates: []
            #dateFormat: null
            #appends: []
            #dispatchesEvents: []
            #observables: []
            #relations: array:1 [
              "correctedByUser" => null
            ]
            #touches: []
            +timestamps: true
            #hidden: []
            #visible: []
            #fillable: array:14 [
              0 => "chit_fund_daily_collection_id"
              1 => "payment_type"
              2 => "amount"
              3 => "cheque_number"
              4 => "bank_name"
              5 => "cheque_date"
              6 => "is_corrected"
              7 => "corrected_amount"
              8 => "remarks_for_correction"
              9 => "corrected_by"
              10 => "corrected_count"
              11 => "corrected_cheque_number"
              12 => "corrected_bank_name"
              13 => "corrected_cheque_date"
            ]
            #guarded: array:1 [
              0 => "*"
            ]
          }
          1 => App\Models\ChitFundPaymentCollection {#1212
            #connection: "mysql"
            #table: "chit_fund_payment_collections"
            #primaryKey: "id"
            #keyType: "int"
            +incrementing: true
            #with: []
            #withCount: []
            +preventsLazyLoading: false
            #perPage: 15
            +exists: true
            +wasRecentlyCreated: false
            #escapeWhenCastingToString: false
            #attributes: array:17 [
              "id" => 105
              "chit_fund_daily_collection_id" => 55
              "payment_type" => "cheque"
              "amount" => "650.00"
              "cheque_number" => "JU034230"
              "bank_name" => "Sampath Bank"
              "cheque_date" => "2026-06-12"
              "is_corrected" => 0
              "corrected_amount" => null
              "corrected_cheque_number" => null
              "corrected_bank_name" => null
              "corrected_cheque_date" => null
              "remarks_for_correction" => null
              "corrected_by" => null
              "corrected_count" => 0
              "created_at" => "2026-07-06 08:51:53"
              "updated_at" => "2026-07-06 08:51:53"
            ]
            #original: array:17 [
              "id" => 105
              "chit_fund_daily_collection_id" => 55
              "payment_type" => "cheque"
              "amount" => "650.00"
              "cheque_number" => "JU034230"
              "bank_name" => "Sampath Bank"
              "cheque_date" => "2026-06-12"
              "is_corrected" => 0
              "corrected_amount" => null
              "corrected_cheque_number" => null
              "corrected_bank_name" => null
              "corrected_cheque_date" => null
              "remarks_for_correction" => null
              "corrected_by" => null
              "corrected_count" => 0
              "created_at" => "2026-07-06 08:51:53"
              "updated_at" => "2026-07-06 08:51:53"
            ]
            #changes: []
            #casts: array:6 [
              "amount" => "decimal:2"
              "corrected_amount" => "decimal:2"
              "is_corrected" => "boolean"
              "corrected_count" => "integer"
              "cheque_date" => "date:Y-m-d"
              "corrected_cheque_date" => "date:Y-m-d"
            ]
            #classCastCache: []
            #attributeCastCache: []
            #dates: []
            #dateFormat: null
            #appends: []
            #dispatchesEvents: []
            #observables: []
            #relations: array:1 [
              "correctedByUser" => null
            ]
            #touches: []
            +timestamps: true
            #hidden: []
            #visible: []
            #fillable: array:14 [
              0 => "chit_fund_daily_collection_id"
              1 => "payment_type"
              2 => "amount"
              3 => "cheque_number"
              4 => "bank_name"
              5 => "cheque_date"
              6 => "is_corrected"
              7 => "corrected_amount"
              8 => "remarks_for_correction"
              9 => "corrected_by"
              10 => "corrected_count"
              11 => "corrected_cheque_number"
              12 => "corrected_bank_name"
              13 => "corrected_cheque_date"
            ]
            #guarded: array:1 [
              0 => "*"
            ]
          }
        ]
        #escapeWhenCastingToString: false
      }
    ]
    #touches: []
    +timestamps: true
    #hidden: []
    #visible: []
    #fillable: array:4 [
      0 => "shop_enrollment_id"
      1 => "collection_date"
      2 => "collected_by"
      3 => "collected_date_time"
    ]
    #guarded: array:1 [
      0 => "*"
    ]
  }
  "chit_fund" => App\Models\ChitFund {#1221}
  "shop" => App\Models\Shop {#1224}
  "installment_count" => 1
  "payment_date" => Illuminate\Support\Carbon @1782844200 {#1182
    #endOfTime: false
    #startOfTime: false
    #constructedObjectId: "000000000000049e0000000000000000"
    #localMonthsOverflow: null
    #localYearsOverflow: null
    #localStrictModeEnabled: null
    #localHumanDiffOptions: null
    #localToStringFormat: null
    #localSerializer: null
    #localMacros: null
    #localGenericMacros: null
    #localFormatFunction: null
    #localTranslator: null
    #dumpProperties: array:3 [
      0 => "date"
      1 => "timezone_type"
      2 => "timezone"
    ]
    #dumpLocale: null
    #dumpDateProperties: null
    date: 2026-07-01 00:00:00.0 Asia/Colombo (+05:30)
  }
  "payment_type" => "cheque"
  "payments" => array:2 [
    0 => array:18 [
      "id" => 104
      "chit_fund_daily_collection_id" => 55
      "payment_type" => "cheque"
      "amount" => "350.00"
      "cheque_number" => "BI555459"
      "bank_name" => "Hatton National Bank"
      "cheque_date" => "2026-06-16"
      "is_corrected" => false
      "corrected_amount" => null
      "corrected_cheque_number" => null
      "corrected_bank_name" => null
      "corrected_cheque_date" => null
      "remarks_for_correction" => null
      "corrected_by" => null
      "corrected_count" => 0
      "created_at" => "2026-07-06T03:21:53.000000Z"
      "updated_at" => "2026-07-06T03:21:53.000000Z"
      "corrected_by_user" => null
    ]
    1 => array:18 [
      "id" => 105
      "chit_fund_daily_collection_id" => 55
      "payment_type" => "cheque"
      "amount" => "650.00"
      "cheque_number" => "JU034230"
      "bank_name" => "Sampath Bank"
      "cheque_date" => "2026-06-12"
      "is_corrected" => false
      "corrected_amount" => null
      "corrected_cheque_number" => null
      "corrected_bank_name" => null
      "corrected_cheque_date" => null
      "remarks_for_correction" => null
      "corrected_by" => null
      "corrected_count" => 0
      "created_at" => "2026-07-06T03:21:53.000000Z"
      "updated_at" => "2026-07-06T03:21:53.000000Z"
      "corrected_by_user" => null
    ]
  ]
  "total_original_amount" => 1000.0
  "total_effective_amount" => 1000.0
  "received_by" => App\Models\User {#1218}
  "recived_date_time" => Illuminate\Support\Carbon @1782894965 {#1186
    #endOfTime: false
    #startOfTime: false
    #constructedObjectId: "00000000000004a20000000000000000"
    #localMonthsOverflow: null
    #localYearsOverflow: null
    #localStrictModeEnabled: null
    #localHumanDiffOptions: null
    #localToStringFormat: null
    #localSerializer: null
    #localMacros: null
    #localGenericMacros: null
    #localFormatFunction: null
    #localTranslator: null
    #dumpProperties: array:3 [
      0 => "date"
      1 => "timezone_type"
      2 => "timezone"
    ]
    #dumpLocale: null
    #dumpDateProperties: null
    date: 2026-07-01 14:06:05.0 Asia/Colombo (+05:30)
  }
]
View Payment Details

View Payment Details

View Payment Details - 2026/07/01

Cheque Payment

Chit Fund & Member Details

Chit Fund Name
sw chitfund
Shop
Romaguera-O'Keefe
Installments
1
Payment Date
July 1, 2026

Payment Information

Payment Type
Cheque

Cheque Payment Details

Cheque #1
BI555459
Rs. 350.00
Hatton National Bank
June 16, 2026
Cheque #2
JU034230
Rs. 650.00
Sampath Bank
June 12, 2026
Total Cheque Amount
Rs. 1,000.00
Received By
Kurt Leffler
Collected Time
2026-07-01 - 2:06 PM