@extends('admin.layouts.master') @section('title','Edit Coursechapter') @section('maincontent') @component('components.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Home') }} @endslot @slot('menu1') {{ __('Admin') }} @endslot @slot('menu2') {{ __(' Edit Course Chapter') }} @endslot @slot('button')
{{ __('Back') }}
@endslot @endcomponent @if ($errors->any())
@endif
{{ __('adminstaticword.Edit') }} {{ __('Course Chapter') }}
{{ csrf_field() }} {{ method_field('PUT') }}

{{ __('Upload') }}



@if($cate->courses->drip_enable == 1)

drip_type == 'days' || $cate->drip_type == NULL) style="display: none;" @endif id="dripdate">
drip_type == 'date' || $cate->drip_type == NULL) style="display: none;" @endif id="dripdays"> {{ __('Enter days') }}.
@endif
@endsection @section('script') @endsection