@php $module = App\Models\BootcampModule::where('id', $id)->first(); @endphp
@csrf
{{ get_phrase('Title') }}
{{ get_phrase('Module Restriction') }}
restriction == 0 ) selected @endif>{{ get_phrase('Select an option') }}
restriction == 1 ) selected @endif>{{ get_phrase('Until start date, keep this module locked.') }}
restriction == 2 ) selected @endif>{{ get_phrase('Keep this module open only within the selected date range.') }}
{{ get_phrase('Validity') }}
{{ get_phrase('Update module') }}
@push('js') @endpush {{-- Date range picker --}}
{{-- Date range picker --}} @include('admin.init')