
{{ $product->product_name }}
{{ $product->formatted_price }}
{{__('Available Stock')}}:
{{ $product->stock_quantity }}
{{__('This product is currently not available for purchase.')}}
@endif
{{__('Product Description')}}
{!! nl2br(e($product->description)) !!}
{{__('What You Will Get')}}
@if(is_array($product->digital_content))
@if($product->auto_delivery)
-
@foreach($product->digital_content as $item)
- {{ $item }} @endforeach
{{ $product->digital_content }}
@endif
{{__('This is a digital product with automatic delivery. You will receive your purchase immediately after payment.')}}
@endif
{{__('Product Details')}}
@if($product->provider)
{{__('Provider')}}:
{{ $product->provider }}
@endif
@if($product->completing_time)
{{__('Delivery Time')}}:
{{ $product->completing_time }}
@endif
{{__('Product Type')}}:
{{ $product->is_digital ? __('Digital') : __('Physical') }}
@if($product->is_digital && $product->auto_delivery)
{{__('Delivery')}}:
{{__('Automatic')}}
@endif
{{__('Purchase Security')}}
{{__('Secure Payment')}}
{{__('24/7 Support')}}
@if($product->is_digital)
{{__('Instant Delivery')}}
@endif
{{__('Balance Payment')}}