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