@extends('backend.layouts.app') @section('title', 'Ledger History') @section('page-title', 'Ledger History') @section('page-breadcrumb', 'Ledger History') @section('content')
Id | User Name | UserID | Amount | Amount Edit | Remark | Remark Edit | T Type | F Type | ServiceType | ServiceType Edit | Student Details | Service ID | Service ID Edit | Created At | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$row->userID}} | {{$row->first_name}} {{$row->last_name}} | {{$row->user_id}} | {{$row->amount}} | {{$row->remark}} | @php if($row->t_type=="CR"){ $i = $i+$row->amount; } else{ $j = $j+$row->amount; } @endphp | {{$row->t_type}} | {{$row->credit_type}} | {{$row->service_cat}} | @php if(strlen($row->std_id)>1){ echo' | Student Details | '; } else{ echo''; } @endphp | {{$row->service_id}} | {{$row->created_at}} | ||
Total Transactions during this period | CR {{$i}} | DR {{$j}} |