@extends('backend.layouts.form') @section('title', __('Edit Event')) @section('back', route('admin.events.index')) @section('content')
@csrf @method('PUT')
status) checked @endif>
{{ __('Allowed (PNG, JPG, JPEG)') }} {{ __('Image will be resized into (1280x720)') }}
@push('top_scripts') @endpush @endsection @push('scripts') @php $explodeArr = []; if($event->student_id != 0){ $explodeArr = explode(',', $event->student_id); } @endphp @endpush