@extends('layouts/horizontalLayout') @section('title', 'My Events') @push('styles') @endpush @section('content')
Follow this video tutorial to see how to create an event
Create New Event{{ \Illuminate\Support\Str::limit($event->event_details, 70) }}
Publish the event to make it visible to your clients
{{ \Illuminate\Support\Str::limit($event->event_details, 70) }}
UnPublish the event to hide the events
{{ \Illuminate\Support\Str::limit($event->event_details, 70) }}