App\Models\YourNews Object
(
    [table:protected] => your_news
    [fillable:protected] => Array
        (
            [0] => content
            [1] => content_file
            [2] => post_on
            [3] => title
            [4] => file_type
            [5] => cover_image
            [6] => author
            [7] => activation_id
        )

    [connection:protected] => mysql
    [primaryKey:protected] => id
    [keyType:protected] => int
    [incrementing] => 1
    [with:protected] => Array
        (
        )

    [withCount:protected] => Array
        (
        )

    [perPage:protected] => 15
    [exists] => 1
    [wasRecentlyCreated] => 
    [attributes:protected] => Array
        (
            [id] => 3
            [author] => 
            [title] => Testing Blogs  created on 14th May 2024 -1
            [cover_image] => 
            [content_file] => https:/user-image-out-1.s3.eu-central-1.amazonaws.com/your_news/content%20file/17156894936643581580129.jpg
            [post_on] => 2024-05-20
            [file_type] => image
            [content] => Testing Blogs  created on 14th May 2024 -1
        )

    [original:protected] => Array
        (
            [id] => 3
            [author] => 
            [title] => Testing Blogs  created on 14th May 2024 -1
            [cover_image] => 
            [content_file] => https:/user-image-out-1.s3.eu-central-1.amazonaws.com/your_news/content%20file/17156894936643581580129.jpg
            [post_on] => 2024-05-20
            [file_type] => image
            [content] => Testing Blogs  created on 14th May 2024 -1
        )

    [changes:protected] => Array
        (
        )

    [casts: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
        (
        )

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

)