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