@extends('admin.layouts.master') @section('title', 'Edit Instructor Plan- Admin') @section('maincontent') @include('admin.layouts.topbar',$data)
{{ __('Edit Instructors Plan Edit') }}
{{ csrf_field() }} {{ method_field('PUT') }}

{{ __('Upload') }}
@if ($plans['preview_image'] !== null && $plans['preview_image'] !== '') @else course @endif





status == '1' ? 'checked' : '' }} />


{{ __('If enabled duration can be in months') }}.
{{ __('when Disabled duration can be in days') }}.


@endsection @section('scripts') @endsection