@extends('admin.layout.layout') @section('content')
product image
@foreach ($product->uploads as $single)
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
{{--

Color:Pink Gold

--}}
  • Ecom
  • @foreach ($product->uploads as $single)
  • Ecom
  • @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} }}

  • Address: {{ $product->office_address}}/span>
  • Contact Seller: {{ $product->vendor->mobile}}
@endsection