@extends('admin.layouts.app') @section('title', '관리자 SMS 발송') @section('page_title', '관리자 SMS 발송') @section('page_desc', '단건 / 대량(붙여넣기) / CSV 업로드 발송') @push('head') @endpush @section('content')
{{-- ===== 예약발송 날짜/시간/분(5분단위) 선택 모달 (추가) ===== --}} @push('scripts') @endpush @endsection