@extends('layouts/microfin_layout') @section('title', '| Deposit List') @section('content') @php use \App\Http\Controllers\microfin\savings\MfnSavingsDepositTypeController as createForm; $pageNo = isset($_GET['page']) ? (int) $_GET['page']: 1; $branchSelected = isset($_GET['filBranch']) ? $_GET['filBranch'] : null; $samitySelected = isset($_GET['filSamity']) ? $_GET['filSamity'] : null; $memberCodeSelected = isset($_GET['filMemberCode']) ? $_GET['filMemberCode'] : null; $primarySelected = isset($_GET['filProduct']) ? $_GET['filProduct'] : null; $primaryProductSelected = isset($_GET['filPrimaryProduct']) ? $_GET['filPrimaryProduct'] : null; $dateFromSelected = isset($_GET['filDateFrom']) ? $_GET['filDateFrom'] : null; $dateToSelected = isset($_GET['filDateTo']) ? $_GET['filDateTo'] : null; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// $moneyRecNoSelected = isset($_GET['filMoneyRecNo']) ? $_GET['filMoneyRecNo'] : null; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// @endphp
| SL# | MEMBER NAME | MEMBER CODE | SAVINGS CODE | TRANSACTION DATE | MODE OF PAYMENT | AMOUNT | {{-- --------///////////////////////////////////////////////////////////////////////////////////////////////////////////////////--------- --}} @if($moneyRecNoType != null)Money Receipt No | @endif {{-- ------------////////////////////////////////////////////////////////////////////////////////////////////////////////////////////----- --}}ENTRY BY | STATUS | ACTION | |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{($pageNo-1)*100+($key+1)}} | {{$deposit->memberName}} | {{$deposit->memberCode}} | {{$deposit->savingsCode}} | {{date('d-m-Y',strtotime($deposit->depositDate))}} | {{$deposit->paymentType}} | {{number_format($deposit->amount,2)}} | {{-- ------------------/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////------------- --}} @if($moneyRecNoType != null){{$deposit->moneyReceiptNo}}{{$deposit->moneyReceiptAutoSerialNo ?? null}} | @endif {{-- ---------------------///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////---------- --}}{{ @$deposit->entryBy }} | @if ($deposit->isAuthorized==1) @else @endif | @if ($deposit->ds==1){{-- --------------//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////----------------- --}} @if($isMoneyReceiptPrintAllow == 1) @endif {{-- -------------------////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////------------ --}} | @else{{-- --------------------//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////----------- --}} @if($isMoneyReceiptPrintAllow == 1) @endif {{-- -----------------///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////-------------- --}} @if($deposit->canDeleteOrEdit==1) canDeleteOrEdit==0){ echo "style=\"pointer-events: none;cursor: not-allowed;\"";}@endphp> canDeleteOrEdit==0){ echo "style=\"pointer-events: none;cursor: not-allowed;\"";}@endphp> @endif | @endif