@extends('admin.layouts.master') @section('title', 'Edit TruestedSlider- Admin') @section('maincontent') @component('components.breadcumb',['fourthactive' => 'active']) @slot('heading') {{ __('Instructor Plan Edit') }} @endslot @slot('menu1') {{ __('Instructor Settings') }} @endslot @slot('menu2') {{ __('Instructor Plan Edit') }} @endslot @slot('button')
{{ __("Back")}}
@endslot @endcomponent
{{ __('Instructor Plan Edit') }}
{{ csrf_field() }} {{ method_field('PUT') }}






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


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


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

@endsection @section('scripts') @endsection