@extends('backend.layouts.form') @section('title', 'Edit Time Table') @section('back', route('admin.academicTimeTable.index')) @section('content')
@csrf @method('PUT')
status) checked @endif>
@if($syllabus->syllabus_type == 'file') @endif
@if($syllabus->syllabus_type == 'image')
@endif
@endsection @push('scripts') @php $explodeArr = []; if($syllabus->student_id != 0){ $explodeArr = explode(',', $syllabus->student_id); } @endphp @endpush