@extends('layouts.master') @section('contents')

Saved Invoice

@forelse($invoices as $value) @empty @endforelse
Invoice Number Work Order no. Month Created View
{{$value->ir_invoice_number}} {{$value->ir_wo}} {{$value->ir_month}} {{$value->created_at}} Not Saved Invoice
No Record Found
{{ $invoices->links() }}
@endsection