@extends('admin/layouts.master') @section('title', 'Edit Chapter - Admin') @section('body')

{{ __('adminstaticword.EditCourseChapter') }}

{{ csrf_field() }} {{ method_field('PUT') }}

-

eg: zip or pdf files



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

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

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

    @endif
    @endsection @section('script') @endsection