@extends('admin.layout.layout') @section('content')
product image
@foreach ($product->uploads as $single)
product image
@endforeach
@if (Session::has('success_message')) @endif

{{ $product->title }}

{{-- By --}} {{-- {{$product['business_name']}} --}}

By {{$product['vendor']['first_name'].' '.$product['vendor']['last_name']}}

  • 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

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

{{$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} }}

  • Seller' Name: {{$product['vendor']['first_name'].' '.$product['vendor']['last_name']}}
  • Address: {{ $product->office_address}}
  • Contact Seller: {{$product['vendor']['mobile']}}
@endsection