@extends('admin.layouts.app') @section('content')
Manage concerts, shows, appearances and ticket links.
| Image | Title | Location | Date | Status | Actions |
|---|---|---|---|---|---|
|
@if($event->featured_image)
No Image
@endif
|
{{ $event->title }}
{{ $event->venue }}
|
{{ trim(($event->city ? $event->city.', ' : '').($event->country ?? ''), ', ') }} | {{ $event->event_date?->format('M d, Y h:i A') }} | @if($event->is_published) Published @else Draft @endif | |
| No events found. | |||||