Time Events Details
@if($timeProducts)
| Product Name |
{{ $timeProducts[0]->products }}
|
@endif
@if($timeCategories)
| Categories Name |
{{ $timeCategories[0]->categories }}
|
@endif
@if($timeMenus)
| Product Menus Name |
{{ $timeMenus[0]->menus }}
|
@endif
@if($timeEvents->timed_events_name)
| Timed Event Name |
{{ $timeEvents->timed_events_name }}
|
@endif
@if($timeEvents->timed_events_type)
| Timed Event Type |
{{ $timeEvents->timed_events_type }}
|
@endif
@if($timeEvents->timed_events_type)
| Timed Event Price |
{{ $timeEvents->timed_events_price }}
|
@endif
@if($timeDays)
| Timed Event Days |
{{ $timeDays[0]->days }}
|
@endif
@if($timeEvents->timed_events_time_from)
| Timed Event Start Time |
{{ $timeEvents->timed_events_time_from }}
|
@endif
@if($timeEvents->timed_events_time_to)
| Timed Event End Time |
{{ $timeEvents->timed_events_time_to }}
|
@endif
@if($timeEvents->events_priority)
| Timed Event Priority |
{{ $timeEvents->events_priority }}
|
@endif
@if($timeEvents->timed_events_status)
| Timed Event Status |
@if($timeEvents->timed_events_status == '1')
{{ 'Active' }}
@else
{{ 'Inactive' }}
@endif
|
@endif