@extends('layouts.layout') @section('title', $event['title_small']) @section('body')
@foreach ($event['landing_items'] as $landingItem) @if ($landingItem['active']) @if ($landingItem['item_type'] == 'COUNTDOWN') @if (isset($event['countDown']) && $event['countDown']['eventDate'] > date('Y-m-d H:i:s') && $event['countDown']['active'] == true)
@endif @elseif ($landingItem['item_type'] == 'IMG')
@elseif($landingItem['item_type'] == 'TEXT')
{!! $landingItem['content'] !!}
@elseif($landingItem['item_type'] == 'EMBED')
{!! $landingItem['content'] !!}
@elseif($landingItem['item_type'] == 'BTN-PAY' && $event['active'] && $event['can_be_sold'] && $event['status'] == 1) @php if (!isset($isShowedFlow)) { $isShowedFlow = false; } @endphp
@if ($event['status'] == 1 && $event['can_be_sold']) {{-- @include('frontend.payment_flows.' . $event['payment_flow']) --}} @if (!$isShowedFlow) @if ($event['payment_flow'] == 'interactive') {{-- --}} @endif @php $isShowedFlow = true; @endphp @endif @endif
@endif @endif @endforeach

ENTRADAS

Disfruta más que nunca.

@php $themeConfig = [ 'bg' => 'transparent', // Fondo general para toda la tabla 'textPrimary' => 'text-white', 'textSecondary' => 'text-white', 'descriptionColor' => 'text-white', 'priceColor' => 'text-white', 'border' => 'border-gwhite', 'button' => 'bg-purple-200 text-white hover:bg-purple-600 py-4', ]; @endphp
@if(isset($isShowedFlow) && $isShowedFlow)
@if($canBeSold) {{--
--}} @endif {{--
Comparte:
--}}
@endif
@endsection