@props(['seller']) @php use App\Services\MediaService; $img = app(MediaService::class)->getMediaImageUrl($seller->logo, 'SELLER_IMG_PATH'); $img = app(MediaService::class)->dynamic_image($img, 300); @endphp
quotes
{{ $seller->store_name ?? '' }}