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