@extends('layouts.app') @section('page_css') @parent @endsection @section('theme_css') @endsection @section('content')

Update Event

@csrf
@php $date_from=$events[0]['date_from']; $date_to=$events[0]['date_to']; $event_date_range=date("d/m/Y", strtotime($date_from))." - ".date("d/m/Y", strtotime($date_to)); @endphp
Cancel
@endsection @section('plugin_scripts') @endsection @section('page_scripts') @parent @endsection