@extends('admin/layouts.master') @section('title', 'Edit Chapter - Admin') @section('body') {{ __('adminstaticword.EditCourseChapter') }} {{ csrf_field() }} {{ method_field('PUT') }} {{ __('adminstaticword.SelectCourse') }} @foreach($courses as $cou) courses->id == $cou->id ? 'selected' : ''}}>{{ $cou->title}} @endforeach {{ __('adminstaticword.Name') }}:* {{ __('adminstaticword.LearningMaterial') }} - eg: zip or pdf files {{ __('adminstaticword.Chooseafile') }} {{ __('adminstaticword.Status') }}: status == '1' ? 'checked' : '' }} > @if($cate->courses->drip_enable == 1) {{ __('Drip Content Type') }}: {{ __('Select an Option ') }} drip_type == 'date' ? 'selected' : ''}}>{{ __('Specific Date') }} drip_type == 'days' ? 'selected' : ''}}>{{ __('Days After Enrollment') }} drip_type == 'days' || $cate->drip_type == NULL) style="display: none;" @endif id="dripdate"> {{ __('Specific Date') }} : {{ __('When section should be unlock') }}. drip_type == 'date' || $cate->drip_type == NULL) style="display: none;" @endif id="dripdays"> {{ __('Days After Enrollment') }} : {{ __('Enter days') }}. @endif @endsection @section('script') @endsection
eg: zip or pdf files