@extends('layout.app') @section('content')

Purchase List

@foreach ($list as $item) @endforeach
SL Bill No Invoice Document Provider B Date Quantity Subtotal Paid Due Action
{{ $loop->iteration }} {{ $item->bill_no }} {{ $item->invoice_no }} {{ $item->provider->company_name ?? '' }} {{ $item->billing_date }} {{ $item->total_qty }} {{ $item->subTotal }} {{ $item->marketing_total }} {{ $item->total }}
@endsection @section('ajax') @endsection