@extends('layouts/microfin_layout') @section('title', '| Member Transaction Status') @section('content')
{{-- --}} {{-- --}}

Member Transaction Status

{{-- Start of report level --}}
{{-- end of report level --}} {{-- Start of area level --}} {{-- end of area level --}} {{-- start of zone level --}} {{-- End of zone level --}} {{-- Start of region level --}} {{-- End of region level --}} {{-- Start of branch level --}}
{{-- end of branch level --}} {{-- Start of trx Type --}}
{{-- end of trx type --}} {{-- Start of Date Type --}}
{{-- end of Date type --}} {{-- start date --}}
{{-- end date --}} {{-- start form time --}}
{{-- start date --}} {{-- Start to time --}}
{{-- To date --}} {{-- Start of the Submit Button --}}
{!! Form::label('', '.', ['class' => 'control-label col-md-12', 'style' => 'color:#708090']) !!}
{{-- div for Company --}} {{-- Member Transaction Status --}}
@if (!empty($data['searchData']) && $data['searchData']['DateType'] == "systemDate") @endif @php $totalAmount = 0; $grandTotalColspan = 9; $colspan = 11; if ( !empty($data['searchData']) && $data['searchData']['DateType'] == "systemDate"){ $grandTotalColspan = 10; $colspan = 12;} @endphp @forelse ($data['finalData'] as $item) @if (!empty($data['searchData']) && $data['searchData']['DateType'] == "systemDate") @endif @php $totalAmount += $item['amount']; @endphp @empty @endforelse
SL No. Branch Name Member TXN Code Product TXN RefTXN DateSystem TXN By TXN Amount
Name Code Date Time
{{$loop->iteration}} {{$item['branch']}} {{$item['name']}} {{$item['code']}} {{$item['txnCode']}} {{$item['product']}} {{$item['txnRef']}}{{ \Carbon\Carbon::parse($item['txnDate'])->format('d-m-Y') }}{{ \Carbon\Carbon::parse($item['date'])->format('d-m-Y') }} {{$item['time']}} {{$item['txnBy']}} {{number_format($item['amount'],2)}}
No Data found
Grand Total {{number_format($totalAmount,2)}}
@endsection