{
  "customers": [
    {
      "id": 1,
      "name": "AbdulBassir",
      "last_name": "Mohammadi",
      "phone": "0774881183",
      "passport_no": "7438434",
      "email": "abdulbassirmohammadi0110@gmail.com",
      "gender": "Male",
      "date_of_birth": null,
      "created_at": "2026-06-27 11:30:06"
    },
    {
      "id": 2,
      "name": "mohammad",
      "last_name": "mohammadi",
      "phone": "0774881183",
      "passport_no": "P0948485888",
      "email": "abdulbassirmohammadi20110@gmail.com",
      "gender": "Male",
      "date_of_birth": "1997-11-30",
      "created_at": "2026-06-27 13:43:16"
    }
  ],
  "bookings": [
    {
      "id": 1,
      "customer_id": 1,
      "passenger_name": "AbdulBassir Mohammadi",
      "passenger_passport": "7438434",
      "passenger_phone": "0774881183",
      "flight_origin": "kabul",
      "flight_destination": "mazar",
      "flight_date": "2026-06-27",
      "flight_time": "01:00",
      "flight_number": "Km09777",
      "airline": "Kam aire",
      "baggage_allowance": "20",
      "amount": 120,
      "supplier_price": 110,
      "profit": 10,
      "supplier_id": 1,
      "supplier_name": null,
      "pnr": "ek5544",
      "ticket_number": "E34256666",
      "currency": "USD",
      "amount_original": 120,
      "supplier_price_original": 110,
      "status": "confirmed",
      "created_at": "2026-06-27 13:38:29"
    },
    {
      "id": 2,
      "customer_id": 2,
      "passenger_name": "mohammad mohammadi",
      "passenger_passport": "P0948485888",
      "passenger_phone": "0774881183",
      "flight_origin": "kabul",
      "flight_destination": "mazar",
      "flight_date": "2026-06-27",
      "flight_time": "12:59",
      "flight_number": "Km09777",
      "airline": "Kam aire",
      "baggage_allowance": "20",
      "amount": 200,
      "supplier_price": 180,
      "profit": 20,
      "supplier_id": 1,
      "supplier_name": null,
      "pnr": "ek5544",
      "ticket_number": "E34256666",
      "currency": "USD",
      "amount_original": 200,
      "supplier_price_original": 180,
      "status": "confirmed",
      "created_at": "2026-06-27 13:43:16"
    }
  ],
  "visa_applications": [],
  "wallets": [
    {
      "id": 1,
      "customer_id": 1,
      "balance": 122.36,
      "total_deposited": 164.1,
      "total_used": 41.739999999999995
    }
  ],
  "transactions": [
    {
      "id": 1,
      "type": "income",
      "category": "Commission",
      "description": "درصد از صرافی",
      "amount": 543.48,
      "date": "2026-06-27",
      "payment_method": "cash",
      "reference": "",
      "profit": 50,
      "currency": "EUR",
      "amount_original": 500,
      "created_at": "2026-06-27 12:34:34"
    },
    {
      "id": 2,
      "type": "profit",
      "category": "Profit",
      "description": "Profit from درصد از صرافی",
      "amount": 50,
      "date": "2026-06-27",
      "payment_method": "system",
      "reference": null,
      "profit": 0,
      "currency": "EUR",
      "amount_original": 500,
      "created_at": "2026-06-27 12:34:34"
    },
    {
      "id": 3,
      "type": "expense",
      "category": "Salary",
      "description": "Salary payment to AbdulBassir Mohammadi - Jun 2026",
      "amount": 6.92,
      "date": "2026-06-27",
      "payment_method": "bank_transfer",
      "reference": "",
      "profit": 0,
      "currency": "USD",
      "amount_original": 6.92,
      "created_at": "2026-06-27 12:50:44"
    },
    {
      "id": 4,
      "type": "income",
      "category": "Ticket Sale",
      "description": "Ticket #1 - kabul→mazar",
      "amount": 120,
      "date": "2026-06-27",
      "payment_method": "system",
      "reference": null,
      "profit": 0,
      "currency": "USD",
      "amount_original": 0,
      "created_at": "2026-06-27 13:38:29"
    },
    {
      "id": 5,
      "type": "profit",
      "category": "Profit",
      "description": "Ticket #1 profit - kabul→mazar",
      "amount": 10,
      "date": "2026-06-27",
      "payment_method": "system",
      "reference": null,
      "profit": 0,
      "currency": "USD",
      "amount_original": 0,
      "created_at": "2026-06-27 13:38:29"
    },
    {
      "id": 6,
      "type": "income",
      "category": "Ticket Sale",
      "description": "Ticket #2 - kabul→mazar",
      "amount": 200,
      "date": "2026-06-27",
      "payment_method": "system",
      "reference": null,
      "profit": 0,
      "currency": "USD",
      "amount_original": 0,
      "created_at": "2026-06-27 13:43:16"
    },
    {
      "id": 7,
      "type": "profit",
      "category": "Profit",
      "description": "Ticket #2 profit - kabul→mazar",
      "amount": 20,
      "date": "2026-06-27",
      "payment_method": "system",
      "reference": null,
      "profit": 0,
      "currency": "USD",
      "amount_original": 0,
      "created_at": "2026-06-27 13:43:16"
    }
  ],
  "airlines": [
    {
      "id": 1,
      "code": "001",
      "name": "Kam Air",
      "contact": "0744556677",
      "balance": 4710,
      "status": "active",
      "created_at": "2026-06-27 12:36:39"
    }
  ],
  "visa_partners": [],
  "other_services": [],
  "refunds": [],
  "employees": [
    {
      "id": 1,
      "first_name": "AbdulBassir",
      "last_name": "Mohammadi",
      "position": "Accountant",
      "phone": "0774881183",
      "email": "abdulbassirmohammadi0110@gmail.com",
      "hire_date": "2026-06-27",
      "salary": 180,
      "status": "active",
      "address": "9th district\nKabul-Afghanistan",
      "created_at": "2026-06-27 12:50:11"
    }
  ],
  "attendance": [
    {
      "id": 1,
      "employee_id": 1,
      "date": "2026-06-27",
      "check_in": "09:00",
      "check_out": "17:00",
      "status": "present",
      "created_at": "2026-06-27 12:50:29"
    }
  ],
  "salary_payments": [
    {
      "id": 1,
      "employee_id": 1,
      "amount": 6.92,
      "month": "Jun 2026",
      "year": 2026,
      "date": "2026-06-27",
      "created_at": "2026-06-27 12:50:44"
    }
  ],
  "afn_transactions": [],
  "users": [
    {
      "id": 1,
      "username": "Abdul Waris",
      "email": "admin@hawamazal.com",
      "password": "$2a$10$tyWw2DaQqn82zAJPm/lJlOFmEbVQsC51spSqRZblqJLS4JiDsuScO",
      "role": "admin",
      "status": "active",
      "fullname": "Abdul Waris",
      "phone": null,
      "share_percentage": 0,
      "last_login": "2026-06-27 12:46:45",
      "created_at": "2026-06-27 11:29:54"
    },
    {
      "id": 2,
      "username": "ahmad",
      "email": "ahmad@gmail.com",
      "password": "$2a$10$QcWsVxoag7lDmFGJORZl2eURMY6wdFW7JrlV8dNcZ99J/9TTQqTWi",
      "role": "admin",
      "status": "active",
      "fullname": "",
      "phone": "",
      "share_percentage": 30,
      "last_login": "2026-06-27 13:39:07",
      "created_at": "2026-06-27 12:33:46"
    }
  ],
  "wallet_transactions": [
    {
      "id": 1,
      "customer_id": 1,
      "type": "deposit",
      "amount": 100,
      "amount_original": 100,
      "currency": "USD",
      "balance_before": 0,
      "balance_after": 100,
      "reference": null,
      "notes": "",
      "created_at": "2026-06-27 11:30:16"
    },
    {
      "id": 2,
      "customer_id": 1,
      "type": "deposit",
      "amount": 64.1,
      "amount_original": 50,
      "currency": "GBP",
      "balance_before": 100,
      "balance_after": 164.1,
      "reference": null,
      "notes": "",
      "created_at": "2026-06-27 11:30:28"
    },
    {
      "id": 3,
      "customer_id": 1,
      "type": "withdraw",
      "amount": 20,
      "amount_original": 20,
      "currency": "USD",
      "balance_before": 164.1,
      "balance_after": 144.1,
      "reference": null,
      "notes": "",
      "created_at": "2026-06-27 11:30:58"
    },
    {
      "id": 4,
      "customer_id": 1,
      "type": "withdraw",
      "amount": 21.74,
      "amount_original": 20,
      "currency": "EUR",
      "balance_before": 144.1,
      "balance_after": 122.36,
      "reference": null,
      "notes": "",
      "created_at": "2026-06-27 11:31:10"
    }
  ],
  "intermediary_transactions": [
    {
      "id": 1,
      "account_id": 1,
      "type": "receive",
      "amount": 200,
      "amount_original": 200,
      "currency": "USD",
      "balance_before": 1000,
      "balance_after": 800,
      "description": "",
      "notes": "",
      "created_at": "2026-06-27 12:26:37"
    }
  ],
  "roles": [],
  "intermediary_accounts": [
    {
      "id": 1,
      "name": "ahmad ahmadi",
      "type": "exchange",
      "balance": 800,
      "total_sent": 0,
      "total_received": 200,
      "contact": "0744665577",
      "notes": "",
      "created_at": "2026-06-27 12:24:54"
    }
  ]
}