@extends('web.layouts.layout') @section('content')
@csrf
{{ $product->currentDescription->title ?? "" }} ( #{{ $product->uuid }} )
{{ $product->currentDescription->title ??
{{ __('products::products.price') }} : {{ $productCurrentPriceCurrency }}
{!! Str::limit($product->currentDescription->description ?? "", 300) !!}
{{ __('products::products.platforms') }}
@foreach($product->platformNames as $platformName) {{ $platformName }} @endforeach

{{ __('products::products.delivery_within', ['hours' => $product->delivery_time_to]) }}

{{ __('orders::orders.your_notes') }}
{{ __('orders::orders.write_your_notes') }}
{{ __('orders::orders.coupon') }}
{{-- , $firstStepData['coupon'] ?? '' --}}
{{ __('orders::orders.complete_payment_you_agreed') }}
@endsection @push('stack_scripts') @endpush