@extends('layouts/microfin_layout')
@section('title', '| Auto Process List')
@section('content')
@php
use \App\Http\Controllers\microfin\process\MfnAutoProcessController as createForm;
$pageNo = isset($_GET['page']) ? (int) $_GET['page']: 1;
@endphp
AUTO PROCESS LIST
Warning: Undefined variable $damageData in /home/shikkhaplus/public_html/demo_bk/resources/views/microfin/process/autoProcess/viewAutoProcess.blade.php on line 23
Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/demo_bk/resources/views/microfin/process/autoProcess/viewAutoProcess.blade.php on line 23
Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /home/shikkhaplus/public_html/demo_bk/resources/views/microfin/process/autoProcess/viewAutoProcess.blade.php:23
Stack trace:
#0 {main}
thrown in /home/shikkhaplus/public_html/demo_bk/resources/views/microfin/process/autoProcess/viewAutoProcess.blade.php on line 23