@extends('layouts.admin') @section('title', '뷰티샵 수정') @section('content')

@yield('title')

목록
@csrf @method('PUT')
기본 정보 및 계정 연동
@error('name')
{{ $message }}
@enderror
@error('user_id')
{{ $message }}
@enderror
등록 후 중복 매칭은 허용되지 않습니다.
@error('center_id')
{{ $message }}
@enderror
@error('business_number')
{{ $message }}
@enderror
@error('ceo_name')
{{ $message }}
@enderror
영업점 정보
@if($shop->logo_path)
현재 로고 현재 등록된 로고 (새로 업로드 시 교체됩니다)
@endif
@if($shop->banner_path)
현재 배너 현재 등록된 배너 (새로 업로드 시 교체됩니다)
@endif
@if($shop->og_image_path)
현재 배너 현재 등록된 배너 (새로 업로드 시 교체됩니다)
@endif
마케팅 갤러리 이미지 관리 무제한 업로드 가능
@if($shop->images && $shop->images->count() > 0)
@foreach($shop->images as $img)
마케팅 이미지
순서
@endforeach
삭제할 이미지에 체크 후 [뷰티샵 수정 완료] 버튼을 누르면 즉시 삭제됩니다.

@endif
여러 장의 이미지를 동시에 선택하여 업로드할 수 있습니다. (JPG, PNG, WEBP 등)
실무 담당자 및 정산 계좌
인증 및 상태
is_verified) ? 'checked' : '' }}>
is_phone_verified) ? 'checked' : '' }}>
is_pinned) ? 'checked' : '' }}>
취소
@endsection @push('scripts') @endpush