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