@extends('admin.layouts.master') @section('title','Edit Bundle') @section('maincontent') @include('admin.layouts.topbar',$data)
{{ __('Edit Bundle') }}
{{ csrf_field() }} {{ method_field('PUT') }}
{{ __('Upload') }}
@if ($cor['preview_image'] !== null && $cor['preview_image'] !== '') @else course @endif
{{ __('Recommended Size') }} (1375 x 409px)
is_subscription_enabled ? 'checked' : '' }} />
@php $selectedPeriod =$cor->billing_interval; @endphp
{{ __('Subscription bundle works with only stripe payment gateway.') }} .
{{ __('Enable it only when you have setup stripe') }} .
type == '1' ? 'checked' : '' }} />
$cor->type =='0']) id="doabox">
type == '1' ? 'required' : '' }} type="number" min="1" class="form-control" name="price" id="exampleInputPassword1" placeholder="{{ __('Enter') }} {{ __('Price') }}" value="{{ $cor->price }}">

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