Please have a look on this guy's how to get big store image exactly like I have given the reference image. And if anyone found a correctly working code then please share here.

Rekha I have a solution, if I understood you correctly, then you need to change it here
Going here /app/Http/Controllers/RestaurantOwnerController.php

Looking for Image :: make ($ image)
Line 396,463

-> resize (1014, 507)
We change the permission for what you need.

    .restaurant-meta {
    margin-top: -1.2rem;
    font-size: 0.8rem;
    font-weight: 500;
    display: flex;
    margin-left: 23px;
    }

    .truncate-text {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-left: 25px;
    }

    And as I told you earlier, the d-flex class needs to be commented out