{{ $product->title }}
₦{{ number_format($product->price, 2) }}
{{ $product->description }}
{{ $product->area.', '.$product->state }}
Before you buy
{{--{{ $product->description }}
--}}- Check feedbacks to make sure the person is reliable.
- Make sure that the person is a verified seller.
- Ensure the seller's profile picture clearly shows the face so you know who you are dealing with.
- 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.
-
@foreach ($product->basic as $bInfo)
-
{{ $product->{$bInfo->name} }}
@endforeach
-
@foreach ($product->more as $mInfo)
-
{{ $product->{$mInfo->name} }}
@endforeach
- {{ $product->office_address.', '.$product->area.', '.$product->state }}
@if($products->count() > 0)
@endif
Similar products you might love
@foreach ($products as $product)
@endforeach
{{ $product->title }}
{!! Str::limit($product->description ,60, ' ...') !!}
{{ $product->area.', '.$product->state }}
₦{{ number_format($product->price, 2) }}
₦{{ number_format($product->price, 2) }}
{{ Str::ucfirst(Str::substr($review->reviewer, 0, 1)) }}
{{ $review->reviewer }} {{ \Carbon\Carbon::parse($review->created_at)->format('F j, Y \a\t g:i a') }}
{{$review->description}}