@extends('layouts/billing_layout') @section('title', '| Month End List') @section('content') @php $branchSelected = isset($_GET['filBranch']) ? $_GET['filBranch'] : $userBranchId; $monthSelected = isset($_GET['filMonth']) ? $_GET['filMonth'] : ''; $yearSelected = isset($_GET['filYear']) ? $_GET['filYear'] : $lastYear; $pageNum = isset($_GET['page']) ? $_GET['page'] : 1; session(['currentModule' => 'billing']); @endphp
| SL No. | Month | Branch | Action |
|---|---|---|---|
| {{(($pageNum-1) * 12) + $key+1}} | {{date('F Y',strtotime($monthEnd->date))}} | {{$branchName}} | @if ($key==0) @endif |