App\Models\Currency Object
(
    [connection:protected] => mysql
    [table:protected] => currencies
    [primaryKey:protected] => id
    [keyType:protected] => int
    [incrementing] => 1
    [with:protected] => Array
        (
        )

    [withCount:protected] => Array
        (
        )

    [preventsLazyLoading] => 
    [perPage:protected] => 15
    [exists] => 1
    [wasRecentlyCreated] => 
    [escapeWhenCastingToString:protected] => 
    [attributes:protected] => Array
        (
            [id] => 2
            [name] => INDIAN RUPEES
            [symbol] => ₹
            [code] => INR
            [exchange_rate] => 84.58
            [status] => 1
            [created_at] => 2025-05-04 18:17:54
            [updated_at] => 2025-05-04 18:17:54
        )

    [original:protected] => Array
        (
            [id] => 2
            [name] => INDIAN RUPEES
            [symbol] => ₹
            [code] => INR
            [exchange_rate] => 84.58
            [status] => 1
            [created_at] => 2025-05-04 18:17:54
            [updated_at] => 2025-05-04 18:17:54
        )

    [changes:protected] => Array
        (
        )

    [casts:protected] => Array
        (
        )

    [classCastCache:protected] => Array
        (
        )

    [attributeCastCache:protected] => Array
        (
        )

    [dates:protected] => Array
        (
        )

    [dateFormat:protected] => 
    [appends:protected] => Array
        (
        )

    [dispatchesEvents:protected] => Array
        (
        )

    [observables:protected] => Array
        (
        )

    [relations:protected] => Array
        (
        )

    [touches:protected] => Array
        (
        )

    [timestamps] => 1
    [hidden:protected] => Array
        (
        )

    [visible:protected] => Array
        (
        )

    [fillable:protected] => Array
        (
        )

    [guarded:protected] => Array
        (
            [0] => *
        )

)