@extends('layouts.basic') @section('styles') @endsection @section('content')

Invoice

{{--

Search

--}}
Import Invoice Details
@if (session('error'))
{{ session('error') }}
@endif  
Invoice-List

{{-- --}}
{{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @foreach ($invoice as $invoices) {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endforeach
S.NOQuotation TypeDate Invoice numberDelivery Order numberDelivery Note No Customer name Address GST NO Total Invoice Amount Paid Amount Balance AmountCGST 9 % SGST 9 %Gross totalStatusAction
{{ $loop->iteration }} {{ date('d/m/Y', strtotime($invoices->date)) }} {{ $invoices->Voucher_no }}
{{ $invoices->delivery_Note_date ?? "-" }} {{ $invoices->particulars ?? "-" }} {{ $invoices->address ?? "-" }} {{ $invoices->gst_in_uin ?? "-"}} {{ IND_money_format($invoices->gross_total) }} {{ IND_money_format($invoices->paid_due ?? 0) }} {{ IND_money_format($invoices->balance_due ?? $invoices->gross_total) }} ₹{{ $invoices->cgst_output }} ₹{{ $invoices->sgst_output }} ₹{{ Indian_currency_format($invoices->gross_total) }} {{IND_money_format($invoices->gross_total) }} --}} {{-- --}} {{-- --}} {{--
@endsection @section('script') {{-- delete ajax call --}} @endsection