@extends('admin.layouts.default') @section('header_styles') @stop @section('content')

@yield('title', 'Time Events Details')

Timed Events Listing View

Time Events Details

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