@extends('layout')
@section('dashboard-content')
Image |
Product Name |
User |
Price |
Quantity/Tonne |
Status |
Action |
@foreach($contracts as $contract)
|
{{ $contract->product_name }} |
{{ $contract->user }} |
{{ $contract->price}} |
{{ $contract->quantity }} |
{{ $contract->status }} |
|
|
|
@endforeach
@stop