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