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