@extends('vendor.dashboard')
@section('vendor')
| Sl |
Date |
Invoice |
Amount |
Payment |
State |
Action |
@foreach($orderitem as $key => $item)
| {{ $key+1 }} |
{{ $item->order_date }} |
{{ $item->invoice_no}} |
${{ $item->amount }} |
{{ $item->payment_method}} |
{{ $item->status }} |
|
@endforeach
| Sl |
Date |
Invoice |
Amount |
Payment |
State |
Action |
@endsection