@extends('layouts.app') @section('content')
@foreach ($response['invoice'] as $item) @endforeach
#ID Inv. No Party Name Voucher Total Amount Discount Grand Total Paid Amount Bill Type Outstading Amount Inv. Date
{{$item->id}} {{$item->invoice_no}} {{$item->party_name}} {{$item->voucher_type}} {{$item->total_amount}} {{$item->discount}} {{$item->grand_total_amount}} {{$item->paid_amount}} {{$item->bill_type}} {{$item->after_bill_outstading_amount}} {{$item->invoice_date}}
@endsection @section('script') @endsection