@extends('backend.layouts.app') @section('content')
# | Title | Artist | Venue | Date & Time | Featured | Status | Action |
---|---|---|---|---|---|---|---|
{{ ($key+1) + ($performances->currentPage() - 1) * $performances->perPage() }} |
@if($performance->image !== NULL)
![]() {{$performance->title}}@if($performance->is_live == 1) Live @endif |
{{$performance->artist_data->stage_name ?? "N/A"}} |
{{$performance->venue_data->name ?? "N/A"}} |
{{date('F d Y',strtotime($performance->start_date))}}{{date('h:i A',strtotime($performance->start_time))}} |
featured == 1) checked @endif>
|
status == 1) checked @endif>
|