@extends('admin.layouts.master') @section('title', '訓練計畫編輯 - Admin') @section('body')
@include('admin.message')

{{ __('adminstaticword.Edit') }} {{ __('adminstaticword.BundleCourse') }}


{{ csrf_field() }} {{ method_field('PUT') }}

{{--
--}}


{{-- 適用情形 --}}
{{-- 不適用情形 --}}
{{-- 事前準備 --}}
{{-- 身體反應 --}}
{{-- 課程建議 --}}
{{-- 其他 --}}
{{-- 間格天數 --}}
/ 天

  • status == 1 ? 'checked' : '' }}>
  • popular == 1 ? 'checked' : '' }}>


  • @if ($cor['preview_image'] !== null && $cor['preview_image'] !== '') @else course @endif

    {{--
  • is_subscription_enabled ? 'checked' : '' }}> Subscription bundle works with stripe payment only.
    Enable it only when you have setup stripe.

  • @php $selectedPeriod =$cor->billing_interval; @endphp
  • duration_type == "m" ? 'checked' : '' }} >


  • --}}
    @endsection @section('scripts') @endsection