@extends('frontend.layouts.app') @section('meta') @endsection @section('content') @if ($customer_product->photos != null) @php $photos = explode(',',$customer_product->photos); @endphp @foreach ($photos as $key => $photo) @endforeach @foreach ($photos as $key => $photo) @endforeach @endif {{ $customer_product->getTranslation('name') }} {{ translate('Price') }}: {{ single_price($customer_product->unit_price) }} @if ($customer_product->unit != null || $customer_product->unit != '') /{{ $customer_product->getTranslation('unit') }} @endif {{ $customer_product->user->name }} {{ $customer_product->location }} {{ str_replace(substr($customer_product->user->phone, 3), 'XXXXXXXX', $customer_product->user->phone) }} {{ $customer_product->user->phone }} {{ translate('Click to show phone number') }} {{ translate('Share') }}: {{ translate('Description') }} @if ($customer_product->video_link != null) {{ translate('Video') }} @endif @if ($customer_product->pdf != null) {{ translate('Downloads') }} @endif
{{ translate('Click to show phone number') }}