{{-- @include('deals::deals.participate_filter') --}} @section('detail-participate')
{{-- @yield('filter') --}}
Promotion
{{--
--}} @if (!empty($promotion)) @php // dd($promotion); @endphp @foreach($promotion as $value) @php $value['id_deals'] = MyHelper::createSlug($value['deals']['id_deals'], $value['deals']['created_at']) @endphp @endforeach @endif
Promotion Name type Send Time Detail
{{ $value['promotion']['promotion_name'] }} {{ $value['promotion']['promotion_type'] }} @if(isset($value['promotion']['promotion_type']) && $value['promotion']['promotion_type'] == "Instant Campaign") {{date('d F Y', strtotime($value['promotion']['schedules'][0]['schedule_exact_date']))}} at {{substr($value['promotion']['schedules'][0]['schedule_time'],0,-3)}} @endif @if(isset($value['promotion']['promotion_type']) && $value['promotion']['promotion_type'] == "Scheduled Campaign") {{date('d F Y', strtotime($value['promotion']['schedules'][0]['schedule_exact_date']))}} at {{substr($value['promotion']['schedules'][0]['schedule_time'],0,-3)}} @endif @if(isset($value['promotion']['promotion_type']) && ($value['promotion']['promotion_type'] == "Recurring Campaign" || $value['promotion']['promotion_type'] == "Campaign Series")) @if(isset($value['promotion']['schedules'][0]['schedule_date_month']) && $value['promotion']['schedules'][0]['schedule_date_month'] != "") Every {{date('F', strtotime($year.'-'.$x[1].'-'.$x[0]))}}{{$x[0]}} each year at {{substr($value['promotion']['schedules'][0]['schedule_time'],0,-3)}} @endif @if(isset($value['promotion']['schedules'][0]['schedule_date_every_month']) && $value['promotion']['schedules'][0]['schedule_date_every_month'] != "") Every {{$abbreviation}} each month at {{substr($value['promotion']['schedules'][0]['schedule_time'],0,-3)}} @endif @if(isset($value['promotion']['schedules'][0]['schedule_day_every_week']) && $value['promotion']['schedules'][0]['schedule_day_every_week'] != "") Every {{$value['promotion']['schedules'][0]['schedule_day_every_week']}} @if($value['promotion']['schedules'][0]['schedule_week_in_month'] != 0) on {{$abbreviation}} week @else every week @endif at {{substr($value['promotion']['schedules'][0]['schedule_time'],0,-3)}} @endif @if(isset($value['promotion']['schedules'][0]['schedule_everyday']) && $value['promotion']['schedules'][0]['schedule_everyday'] == 'Yes') Every Day at {{substr($value['promotion']['schedules'][0]['schedule_time'],0,-3)}} @endif @endif promotion deals
@if ($promotionPaginator) {{ $promotionPaginator->fragment('participate')->links() }} @endif
@endsection