@extends('layouts.main') @section('main-container')
@if (Session::has('success')) @endif @if ($errors->any())
@endif
Invoice Collection
@csrf

@csrf @if ($invoices!=null)
@php $i = 0; @endphp @foreach ($invoices as $invoice) @php $i++; @endphp @endforeach
Invoice List
Inv No. Type & Service Date Net Bill Received Amount Accept Amount Discount Vat AIT Down Time
{{ $invoice->invoice_number }} {{ $invoice->syear }} {{ $invoice->srv_name }} {{ $invoice->smonth }}
Total Amount
@else @endif
Received Detail
Receive Type
Money Receipt No
Collection Date
Bank
Cheque No Cheque Date
Remarks
Print SMS Notification
{{-- --}}
@endsection