@extends('layouts.app') @section('title', 'Ongoing Loans') @php use Carbon\Carbon; use Carbon\CarbonInterface; @endphp @section('main-content') {{-- @livewire('loan-table-component') --}} {{-- @livewire('test-counter') --}} @endsection