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