@if(sizeof($data['shows']) > 0)
{{ $data['p_description'] }}
ID |
Name |
Start Date |
End Date |
Location |
Status |
Actions |
@foreach($data['shows'] as $row)
{{ $row->id }} |
{{ $row->name }} |
{{ $row->start_date }} |
{{ $row->end_date }} |
{{ $row->location }} |
@if($row->status == 'Y') Active @else In-active @endif |
|
@endforeach
@else
Sorry!, no trade shows found.
@endif