@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')}}:
getTranslation('description'); ?>
@if ($customer_product->video_provider == 'youtube' && isset(explode('=', $customer_product->video_link)[1])) @elseif ($customer_product->video_provider == 'dailymotion' && isset(explode('video/', $customer_product->video_link)[1])) @elseif ($customer_product->video_provider == 'vimeo' && isset(explode('vimeo.com/', $customer_product->video_link)[1])) @endif

{{ translate('Other Ads of') }} {{$customer_product->category->getTranslation('name') }}

{{ translate('View More') }}
@endsection @section('script') @endsection