@extends('admin.layouts.master') @section('title', 'Edit Instructor Plan- Admin') @section('maincontent') @include('admin.layouts.topbar',$data)
{{ __('Instructor Plan Edit') }}
{{ __("Back")}}
{{ csrf_field() }} {{ method_field('PUT') }}
{{ __('Title') }}:
*
{{ __('No. Courses Allowed to create in plan') }}:
{{ __('Image') }}:
*
{{ __('Upload') }}
{{ __('Choose file') }}
@if ($plans['preview_image'] !== null && $plans['preview_image'] !== '')
@else
@endif
{{ __('Detail') }}:
*
{!! $plans->detail !!}
{{ __('Paid') }}:
type == '1' ? 'checked' : '' }} />
{{ __('Price') }}:
*
{{ __('DiscountPrice') }}:
*
{{ __('Status') }}:
status == '1' ? 'checked' : '' }} />
{{ __('Duration') }}:
duration_type == "m" ? 'checked' : '' }} />
{{ __('If enabled duration can be in months') }}.
{{ __('when Disabled duration can be in days') }}.
{{ __('Plan Expire Duration') }}
@endsection @section('scripts') @endsection