@extends('layouts/microfin_layout') @section('title', '| Due Register Topsheet Process') @section('content') @php use App\Http\Controllers\microfin\MicroFin; use Carbon\Carbon; $branchList = MicroFin::getBranchList(); $startDate = Carbon::now()->subMonth()->startOfMonth()->format('d-m-Y');//->toDateString(); $endDate = Carbon::now()->subMonth()->endOfMonth()->format('d-m-Y');//->toDateString(); @endphp