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