/home/techb158/ileadtechnology.com/resources/views/admin/bundle
NameSizeModeActions
create.blade.php119620644editdlrm
edit.blade.php152720644editdlrm
index.blade.php68470644editdlrm
Edit: /home/techb158/ileadtechnology.com/resources/views/admin/bundle/edit.blade.php (15272B)
@extends('admin.layouts.master') @section('title', 'Bundle Edit - Admin') @section('body')
@include('admin.message')

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


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


  • type == '1' ? 'checked' : '' }} />

  • price == '' && $cor->price == '') class="display-none" @endif id="doabox">
    price == '' && $cor->discount_price == '') class="display-none" @endif id="doaboxx">
    @if (Auth::User()->role == 'admin')
  • featured == 1 ? 'checked' : '' }}>
  • @endif
    @if (Auth::User()->role == 'admin')
  • status == 1 ? 'checked' : '' }}>
  • @endif


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

  • is_subscription_enabled ? 'checked' : '' }}>

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


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