@extends('backend.layouts.master') @section('content')
EventsList of Events Add
@foreach($data as $k=>$v) @endforeach
# Image Title Description Event Map Event Date Time Published Sort order Action
{{++$k}} {{$v->title}} {!!Str::words(strip_tags(@$v->description),20,'...')!!} {{@$v->map_link}} {{@$v->event_date}}{{@$v->event_time}} {{$v->active?'Yes':'No'}} {{$v->sort_order}}
@csrf @method('DELETE')
@endsection @section('scripts') @endsection