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