{{ __('Detail') }}
@error('title')

Oh, snapp! {{ $message }}.

@enderror
@error('description')

Oh, snapp! {{ $message }}.

@enderror
@error('gift_type')

Oh, snapp! {{ $message }}.

@enderror
@if($schedule)
@error('schedule_time')

Oh, snapp! {{ $message }}.

@enderror
@endif
{{ __('Uploading' ) }}...
@if($image) @endif
@error('image')

Oh, snapp! {{ $message }}.

@enderror
@if($gift_type == 'Puntos'|| $gift_type == 1)
{{ __('Points to give') }}

Los puntos seran otorgados individualmente a los clientes seleccionados.

@error('points_to_give')

Oh, snapp! {{ $message }}.

@enderror
@elseif($gift_type == 'Recompensa' || $gift_type == 2)
{{ __('Rewards to give') }}
@error('rewards') @enderror
    @foreach($rewards_found as $key_reward => $reward_found)
  • {{$reward_found->name}} - {{$reward_found->description}}
  • @endforeach

@foreach($rewards as $index => $reward) @endforeach
{{__('Image')}} {{__('SKU')}} {{__('Name')}} {{__('Description')}} {{__('Exchange center')}} Edit
Location {{$reward['sku']}} {{$reward['name']}} {{$reward['description']}} {{$reward['exchange_center']}} {{__('Delete')}}
@elseif($gift_type == 'Karzo chequera' || $gift_type == 3)
{{ __('Karzo wallet to give') }}
@error('wallets') @enderror
    @foreach($wallets_found as $key => $wallet_found)
  • {{$wallet_found->name}} - {{$wallet_found->description}}
  • @endforeach

@foreach($wallets as $index => $wallet) @endforeach
{{__('Image')}} {{__('Name')}} {{__('Description')}} Edit
Location {{$wallet['name']}} {{$wallet['description']}} {{__('Delete')}}
@endif
{{ __('Recipients') }}
@error('send_to')

Oh, snapp! {{ $message }}.

@enderror
@if($send_to == 'segmented')
{{--Total clients--}} {{--Segmentacion--}}
{{ __('Total clients selected') }} {{ number_format($pushUsers) }}

{{__('Customer personal information')}}

{{--TITLE: Personal information--}} {{--Gender--}}

{{__('Genders')}}

!$genderSegmentation ])> @foreach($genders as $gender)
@endforeach
{{--Age range--}}

{{ __('Age range') }}

!$ageRangeSegmentation ])>
{{--Birthday month--}}

{{__('Birthday month')}}

!$birthdaySegmentation ])>
{{--State and city--}}

{{__('State and city')}}

!$stateSegmentation ])>
{{--
!$statesSelected])>
--}}
{{--Points Range--}}

{{__('Total points range')}}

!$pointsSegmentation ])>
{{--Register Date Range--}}

{{__('Register date range')}}

!$registerDatesSegmentation ])>
{{--TITLE: Device info--}}

{{__('Client device information')}}

{{--Version device--}}

{{__('Application versions')}}

!$applicationVersionsSegmentation ])>
{{--Device OS--}}

{{ __('OS Device') }}

!$operatingSystemsSegmentation ])> @foreach($operating_systems as $operating_system)
@endforeach
{{--Last interaction--}}

{{__('Last interaction days')}}

!$lastDayInteractionSegmentation ])>
{{ __('Days') }}
{{--Gift earned information--}}

{{__('Gift earned information')}}

{{--Opened gifts--}}

{{ __('Opened gifts') }}

!$openedGiftsSegmentation ])>
{{--Non opened gifts--}}

{{ __('Non opened gifts') }}

!$nonOpenedGiftsSegmentation ])>
{{--TITLE: Purchases info--}} {{--

{{__('Purchases information')}}

--}} {{--Dates--}} {{--

{{__('Purchases date range')}}

!$datesSegmentation ])>
--}} {{--Total purchases amount--}} {{--

{{__('Total purchases amount range')}} ($)

!$totalPurchasesAmountSegmentation ])>
--}} {{--Total gas loads quantity--}} {{--

{{__('Total gas fills per client')}} (Qty)

!$totalGasFillsSegmentation ])>
--}} {{--TITLE: Inactivity customers--}}

{{__('Inactivity customers')}}

{{--days since last order--}}

{{__('Days since last purchase from')}} {{\Carbon\Carbon::now()->tz('UTC')->toDateString() }}

!$daysLastPurchaseSegmentation ])>
{{--
{{ __('Days') }}
{{ __('Days') }}
--}}
{{--Last Purchase Range--}}

{{__('Last purchase amount range')}}*

!$lastPurchaseSegmentation ])>
{{--Last Purchase Locations--}}

{{__('Last purchase location')}}

!$lastPurchaseLocationsSegmentation ])>
@elseif($send_to =='specific') {{--Specific clients--}}
{{ __('Specific clients') }}
@error('specific_clients') @enderror {{--Elegir con un toggle si sera manual o exportado--}}
@if(!$import_from_csv)
    @foreach($specific_clients_found as $key_specific_client => $specific_client_found)
  • {{$specific_client_found->name}} - {{$specific_client_found->phone}} | {{$specific_client_found->email}}
  • @endforeach

@foreach($specific_clients as $index => $specific_client) @endforeach
{{__('Name')}} {{__('Phone')}} {{__('Email')}} Edit
{{$specific_client['name']}} {{$specific_client['phone']}} {{$specific_client['email']}} {{__('Delete')}}
@else
@error('csv_file')

Oh, snapp! {{ $message }}.

@enderror

{{__('Results')}}

{{__('Total')}}: {{ $csv_info['total'] }}

{{__('Found')}}: {{ $csv_info['found'] }}

@endif
@endif
{{-- --}}
@section('scripts') @endsection