{{ $record->id }} |
{{ $record->title_small }} |
{{ \Carbon\Carbon::parse($record->fecha_evento)->format('d-m-Y') }} |
{{ $record->hora_evento }} |
{{ $record->address }} |
@forelse ($filteredArtists as $artist)
{{ $artist->name }}{{ $loop->last ? '' : ', ' }}
@empty
Sin Artistas
@endforelse
|
@if ($rows > 1)
{{ $record->productFees[0]->id }}
@endif
|
@if ($rows > 1)
{{ $record->productFees[0]->name }}
@endif
|
@if ($rows > 1)
@switch($record->productFees[0]->vaope_commission_type)
@case(1)
Al Organizador (Flat)
@break
@case(2)
Al Organizador (% Incluido en el boleto)
@break
@case(3)
Al Cliente (% Adicional al boleto)
@break
@case(4)
Al Cliente (S/ fijo adicional en el flujo de compra)
@break
@endswitch
@endif
|
{{--
@if ($rows > 1) --}}
{{-- @foreach ($record->productFees[0]->productTerms as $fee)
@foreach ($fee as $item)
{{ $item }}
@endforeach
@endforeach --}}
{{-- @endif
| --}}
{{--
@if ($rows > 1)
{{ $record->productFees[0]->has_product_term_fees->additional_price }}
@endif
|
@if ($rows > 1)
{{ $record->productFees[0]->has_product_term_fees->payment_commission }}
@endif
|
@if ($rows > 1)
{{ $record->productFees[0]->has_product_term_fees->vaope_commission }}
@endif
|
@if ($rows > 1)
{{ $record->productFees[0]->has_product_term_fees->organizer_price }}
@endif
|
@if ($rows > 1)
{{ $record->productFees[0]->has_product_term_fees->fixed_commission }}
@endif
|
@if ($rows > 1)
{{ $record->productFees[0]->has_product_term_fees->point_sale_price }}
@endif
|
@if ($rows > 1)
{{ $record->productFees[0]->has_product_term_fees->price_referal }}
@endif
| --}}
@if ($rows > 1)
{{ $record->productFees[0]->active == 1 ? 'Activo': 'Desactivado' }}
@endif
|
@if ($rows > 1)
{{ $record->productFees[0]->is_default == 1 ? 'Activo': 'Desactivado'}}
@endif
|
@if ($rows > 1)
@for ($i = 1; $i < $rowsTems; $i++)
{{ $fees->id }} |
{{ $fees->name }} |
@switch($fees->vaope_commission_type)
@case(1)
Al Organizador (Flat)
@break
@case(2)
Al Organizador (% Incluido en el boleto)
@break
@case(3)
Al Cliente (% Adicional al boleto)
@break
@case(4)
Al Cliente (S/ fijo adicional en el flujo de compra)
@break
@endswitch
|
{{-- --}}
{{-- @if ($rows > 1) --}}
{{-- @foreach ($fees->productTerms as $fee)
@foreach ($fee as $item)
{{ $item }}
@endforeach
@endforeach --}}
{{-- @endif
| --}}
{{-- {{ $fees->has_product_term_fees->additional_price }} |
{{ $fees->has_product_term_fees->payment_commission }} |
{{ $fees->has_product_term_fees->vaope_commission }} |
{{ $fees->has_product_term_fees->organizer_price }} |
{{ $fees->has_product_term_fees->fixed_commission }} |
{{ $fees->has_product_term_fees->point_sale_price }} |
{{ $fees->has_product_term_fees->price_referal }} | --}}
{{ $fees->active == 1 ? 'Activo': 'Desactivado' }} |
{{ $fees->is_default == 1 ? 'Activo': 'Desactivado'}} |
{{-- @if($num > 1) --}}
@for ($i = $ext + 1; $i < $rowsTems; $i++)