@php use App\Models\MerchantSite; $merchant_sites = MerchantSite::where('merchant_id', @auth('web')->user()->id)->first(); @endphp