@extends('layouts.admin') @section('content')
Manage events for this client
| Name | Date | Status | Participants | Actions |
|---|---|---|---|---|
|
{{ $event->name }}
|
@if($event->start_date)
{{ $event->start_date->format('M d, Y') }}
@if($event->end_date)
- {{ $event->end_date->format('M d, Y') }}
@endif
@else
N/A
@endif
|
@if($event->is_active) Active @else Inactive @endif | {{ $event->users_count ?? 0 }} | Edit View |
| No events found | ||||