@extends('admin.layouts.master') @section('title','Edit Bundle') @section('maincontent') @component('components.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Home') }} @endslot @slot('menu1') {{ __('Admin') }} @endslot @slot('menu2') {{ __(' Edit Bundle') }} @endslot @slot('button')
{{ __('Back') }}
@endslot @endcomponent
{{ __('adminstaticword.Edit') }} {{ __('Bundle') }}
{{ csrf_field() }} {{ method_field('PUT') }}
{{ __('adminstaticword.Recommendedsize') }} (1375 x 409px)
{{ __('Upload') }}
@if ($cor['preview_image'] !== null && $cor['preview_image'] !== '') @else course @endif
type == '1' ? 'checked' : '' }} />
$cor->type =='0']) id="doabox">
type == '1' ? 'required' : '' }} type="number" min="1" class="form-control" name="price" id="exampleInputPassword1" placeholder="{{ __('adminstaticword.Enter') }} {{ __('adminstaticword.Price') }}" value="{{ $cor->price }}">

@if (Auth::User()->role == 'admin') featured == 1 ? 'checked' : '' }} /> @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' : '' }} />
$cor->duration_type == "d"]) id="duration">
@if (Auth::User()->role == 'admin') status == 1 ? 'checked' : '' }} /> @endif
@endsection @section('scripts') @endsection