@extends('admin.layouts.app') @section('title', $mode === 'create' ? '템플릿 생성' : '템플릿 수정') @section('page_title', $mode === 'create' ? '템플릿 생성' : '템플릿 수정') @section('page_desc', 'SMS 발송 화면에서 선택해 빠르게 삽입할 수 있습니다.') @push('head') @endpush @section('content')
@push('scripts') @endpush @endsection