@extends('front.master') @section('styles') @endsection @section('body')
@php $slideCount = $product->uploads->count() + 1; //Including the main product image @endphp
@if ($slideCount<2) @else @endif product image
@foreach ($product->uploads as $single)
@if ($slideCount<2) @else @endif product image
@endforeach

{{ $product->title }}

₦{{ number_format($product->price, 2) }}

  • Check feedbacks to make sure the person is reliable
  • For products, ensure that what's in the package is exactly what you expect
  • Avoid sending any prepayments
  • Meet in person at a safe public place
  • Agree on the product/service before committing yourself
  • Check all the docs and only pay if you're satisfied
{{ $product->area.', '.$product->state }}
{{--

Color:Pink Gold

--}}
  • Vintage
  • @foreach ($product->uploads as $single)
  • Vintage
  • @endforeach
{{ $product->description }}
Specification
@foreach ($product->basic as $bInfo) @endforeach
{{ $bInfo->label }} {{ $product->{$bInfo->name} }}
Additional information
@foreach ($product->more as $mInfo) @endforeach
{{ $mInfo->label }}

{{ $product->{$mInfo->name} }}

Customer Reviews

@foreach ($product->reviews as $review)
{{ \Carbon\Carbon::parse($review->created_at)->format('F j, Y \a\t g:i a') }}

{{$review->description}}

@endforeach
  • Seller: {{ $product->vendor->first_name.' '.$product->vendor->last_name}}
  • Address: {{ $product->office_address.', '.$product->area.', '.$product->state }}
  • Contact Seller: {{ $product->vendor->mobile}}
@if($products->count() > 0)

Similar products you might love

@foreach ($products as $product) @endforeach
@endif
@endsection