@extends('layouts.admin') @section('title', '뷰티샵 신규 입점 관리') @section('content')
| 대표 이미지 | 뷰티샵 신청정보 | 신청자 정보 | 신청 일시 | 관리 |
|---|---|---|---|---|
|
|
샵 대표: {{ $ceoName }}
@if($status === 'rejected' && $shop->rejection_reason)
반려사유: {{ $shop->rejection_reason }}
@elseif($introduction)
@endif
@if($address)
{{ $address }}
@endif
|
{{ $applicantName }}
{{ $applicantEmail }}
{{ $applicantPhone }}
|
{{ $shop->created_at->format('Y-m-d') }}
{{ $shop->created_at->format('H:i:s') }}
|
@if($status === 'pending')
@endif
|
| 현재 신청 및 심사 대기 중인 뷰티샵이 없습니다. | ||||