@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')}}:

Notice: Undefined variable: customer_product in /home/plcshop/amarshokh.com/resources/views/frontend/customer_product_details.blade.php on line 162

Fatal error: Uncaught Error: Call to a member function getTranslation() on null in /home/plcshop/amarshokh.com/resources/views/frontend/customer_product_details.blade.php:162 Stack trace: #0 {main} thrown in /home/plcshop/amarshokh.com/resources/views/frontend/customer_product_details.blade.php on line 162