Due Invoices
Sr.No | Unit Name | Month | Year |
---|---|---|---|
{{$key +1}} | {{$receipt->unit_name}} | {{date('M', strtotime($receipt->created_at))}} | {{date('Y', strtotime($receipt->created_at))}} |
@extends('layouts/layout') @section('title', 'Due Invoices') @push('style') @endpush @section('content')
Sr.No | Unit Name | Month | Year |
---|---|---|---|
{{$key +1}} | {{$receipt->unit_name}} | {{date('M', strtotime($receipt->created_at))}} | {{date('Y', strtotime($receipt->created_at))}} |