@extends('layout.default') @section('content')
@if(empty($detail['event_time_start'])) Start Event @else @endif
@csrf @include('layout.notifications')
@if(!empty($detail['event_time_start']) && strtotime($detail['event_time_start']) < strtotime(date('Y-m-d H:i:s')) && strtotime($detail['event_time_end']) > strtotime(date('Y-m-d H:i:s'))) Started @elseif(!empty($detail['event_time_start']) && strtotime($detail['event_time_end']) < strtotime(date('Y-m-d H:i:s'))) Ended @else Not Started @endif
@if(!empty($detail['qr_code'])) @endif
{{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{-- minute--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
minute
{{-- --}} {{-- ** The recommended duration should be 2 or 3 minutes greater than the QR duration value.--}} {{-- --}}
-
qty
@endsection @section('scripts') @endsection