@extends('vendor.dashboard') @section('vendor')

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