@extends('layouts.dashlayoutsingle') @section('content')

@if($promote->exclusive_coin > 0 && $promote->highlight_coin > 0 && $promote->newlabel_coin > 0) Cart (4 item) @elseif($promote->exclusive_coin > 0 && $promote->highlight_coin > 0 ) Cart (3 item) @elseif($promote->exclusive_coin > 0 && $promote->newlabel_coin > 0 ) Cart (3 item) @elseif($promote->highlight_coin > 0 && $promote->newlabel_coin > 0 ) Cart (3 item) @elseif($promote->exclusive_coin > 0 || $promote->highlight_coin > 0 || $promote->newlabel_coin > 0) Cart (2 item) @else Cart (1 item) @endif

@if(!empty(profileImgSingle($profile->insert_key)))
{{ $profile->name }}
@endif

{{ $profile->name }}

{{optionByKey('btn_vip')}} {{$promote->product_name}} {{optionByKey('comman_day')}}
@php $scheduleTime = explode('-',$promote->schedule_time); $startFormatted = Carbon\Carbon::createFromFormat('H:i', trim($scheduleTime[0]))->format('h A'); $endFormatted = Carbon\Carbon::createFromFormat('H:i', trim($scheduleTime[1]))->format('h A'); $convertedTimeRange = strtolower($startFormatted) . ' - ' . strtolower($endFormatted); $timeslot = getTimesType($profile->payStatus['product_id'],$profile->payStatus['schedule_time']); $timeTypeClass = strtolower(timesTypeArray($timeslot->times_type)); @endphp {{getProData($profile->payStatus['product_id'])->days_name ?? ''}} {{$convertedTimeRange}}
{{ $currency_symbol }} {{ $getProductPrice }} ({{$getProductCoin}} {{optionByKey('coins_name')}})
@if($promote->exclusive_coin > 0)
+ {{optionByKey('btn_exclusive')}}
{{ $currency_symbol }} {{ $getProductExcPrice }} ({{$getProductExcCoin}} {{optionByKey('coins_name')}})
@endif @if($promote->highlight_coin > 0)
+ {{optionByKey('btn_highlight')}}
{{ $currency_symbol }} {{ $getProductHighPrice }} ({{$getProductHighCoin}} {{optionByKey('coins_name')}})
@endif @if($promote->newlabel_coin > 0)
+ {{optionByKey('btn_newlabel')}}
{{ $currency_symbol }} {{ $getProductNewLabPrice }} ({{$getProductNewLabCoin}} {{optionByKey('coins_name')}})
@endif
@if($promote->exclusive_coin == 0 && $renew ==1)
{!! optionByKey('act_supertop') !!}
{{ $currency_symbol }} {{$excprice}} ({{$exc_coin}} {{optionByKey('coins_name')}}))
@endif @if($promote->highlight_coin == 0 && $renew ==1)
{!! optionByKey('act_highlight') !!}
{{ $currency_symbol }} {{$highlightprice}} ({{$high_coin}} {{optionByKey('coins_name')}}))
@endif @if($promote->newlabel_coin == 0 && $renew ==1)
{!! optionByKey('act_labelnew') !!}
{{ $currency_symbol }} {{$newlabelprice}} ({{$newlab_coin}} {{optionByKey('coins_name')}}))
@endif

{{optionByKey('how_do_pay')}}

@if(Auth::check()) @if($availableCoin >= $usableCoin)
{{optionByKey('coins_name')}}
  • {{ optionByKey('available_coins') }} {{ $availableCoin }}
  • {{ optionByKey('usable_coins') }} {{$usableCoin}}
  • {{ optionByKey('remaining_coins') }} {{$remainingCoin}}

{{ optionByKey('credit_packto_pay') }}

{{ optionByKey('buy_more_coin') }}
@else
{{optionByKey('coins_name')}}
  • {{ optionByKey('available_coins') }} {{ $availableCoin }}
  • {{ optionByKey('usable_coins') }} {{$usableCoin}}
  • {{ optionByKey('remaining_coins') }} 0

{{ optionByKey('credit_packto_pay') }}

{{ optionByKey('buy_more_coin') }}
@endif @endif
{!! optionByKey('terms_shopping_cart') !!}
{{ optionByKey('terms_error_msg')}}
{!! optionByKey('comman_informations') !!}
{!! optionByKey('billing_address') !!}

{{optionByKey('shopping_heading')}}

{{optionByKey('shopping_order')}} : {{ $promote->promote_order_id }}
@if($promote->exclusive_coin > 0 && $promote->highlight_coin > 0 && $promote->newlabel_coin > 0) (4) @elseif($promote->exclusive_coin > 0 && $promote->highlight_coin > 0 ) (3) @elseif($promote->exclusive_coin > 0 && $promote->newlabel_coin > 0 ) (3) @elseif($promote->highlight_coin > 0 && $promote->newlabel_coin > 0 ) (3) @elseif($promote->exclusive_coin > 0 || $promote->highlight_coin > 0 || $promote->newlabel_coin > 0) (2) @else (1) @endif
{{ optionByKey('subtotal_price') }} {{ $currency_symbol }} {{ number_format($getProductPrice+$getProductExcPrice+$getProductHighPrice+$getProductNewLabPrice,2) }}
@if($promote->exclusive_coin > 0 && $promote->highlight_coin > 0 && $promote->newlabel_coin > 0) {{optionByKey('total_price')}} : 4 {{ optionByKey('product_menu') }} @elseif($promote->exclusive_coin > 0 && $promote->highlight_coin > 0 ) {{optionByKey('total_price')}} : 3 {{ optionByKey('product_menu') }} @elseif($promote->exclusive_coin > 0 && $promote->newlabel_coin > 0 ) {{optionByKey('total_price')}} : 3 {{ optionByKey('product_menu') }} @elseif($promote->highlight_coin > 0 && $promote->newlabel_coin > 0 ) {{optionByKey('total_price')}} : 3 {{ optionByKey('product_menu') }} @elseif($promote->exclusive_coin > 0 || $promote->highlight_coin > 0 || $promote->newlabel_coin > 0) {{optionByKey('total_price')}} : 2 {{ optionByKey('product_menu') }} @else {{optionByKey('total_price')}} : 1 {{ optionByKey('product_menu') }} @endif
{{ $currency_symbol }} {{ number_format($getProductPrice+$getProductExcPrice+$getProductHighPrice+$getProductNewLabPrice,2) }} {{ $getProductCoin+$getProductExcCoin+$getProductHighCoin+$getProductNewLabCoin }} {{optionByKey('coin_heading')}}
@if(Auth::check()) @if($availableCoin >= $usableCoin) @if($renew ==1)
@csrf
@else
@csrf
@endif @else @if($renew ==1)
@csrf
@else
@csrf
@endif @endif @else
@csrf
@endif
@endsection @push('scripts') @endpush