@extends('admin.layouts.master') @section('title', 'Instructor Plan Edit - Admin') @section('body')
@include('admin.message')

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


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


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

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


    @if ($plans['preview_image'] !== null && $plans['preview_image'] !== '') @else course @endif
  • duration_type == "m" ? 'checked' : '' }} >



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