@extends('layouts/microfin_layout') @section('title', '| Month End Process List') @section('content') @php $branchSelected = isset($_GET['filBranch']) ? $_GET['filBranch'] : $userBranchId; $yearSelected = isset($_GET['filYear']) ? $_GET['filYear'] : $lastYear; $pageNum = isset($_GET['page']) ? $_GET['page'] : 1; @endphp