@php
/**
* 코스정보
*/
@endphp
@include('includes.require.input')
@push('scripts')
{{----}}
@endpush
@php
if ($method === 'create') {
$formMethod = 'POST';
$formAction = route('comment.store');
} else if ($method === 'edit') {
$formMethod = 'PATCH';
}
@endphp