@forelse($shops as $shop) @php $id = $shop->id; $name = $shop->name; $category = $shop->category->name ?? '뷰티 / 에스테틱'; $owner = $shop->ceo_name ?? '미등록'; $contact = $shop->tel ?? '연락처 없음'; $address = trim(($shop->address1 ?? '') . ' ' . ($shop->address2 ?? '')) ?: '주소 정보 없음'; $status = $shop->operating_status; $pinned = $shop->is_pinned ?? false; $createdAt = optional($shop->created_at)->format('Y-m-d'); $thumbPath = $shop->logo_path; @endphp
등록된 뷰티샵이 없습니다.