@extends('admin.layouts.master') @section('title','Edit Coursechapter') @section('maincontent') @include('admin.layouts.topbar',$data) @if ($errors->any())
@endif
{{ __('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