@extends('frontend.layouts.app') @section('meta') @endsection @section('content')
@if ($customer_product->photos != null) @php $photos = explode(',',$customer_product->photos); @endphp
@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') }}: