{{$row->userID}} |
{{$row->first_name}} {{$row->last_name}} |
@if(Auth::user()->user_type>2)
|
|
@endif
@if(Auth::user()->user_type<3)
{{$row->amount}} |
{{$row->remark}} |
@endif
@php
if($row->t_type=="CR"){
$i = $i+$row->amount;
}
else{
$j = $j+$row->amount;
}
@endphp
{{$row->t_type}} |
{{$row->credit_type}} |
@php
if(Auth::user()->user_type>2){
@endphp
|
@php
}
else{
echo''.$row->service_cat.' | ';
}
@endphp
@php
if(strlen($row->std_id)>1){
echo'Student Details | ';
}
else{
echo' | ';
}
@endphp
@php
if(Auth::user()->user_type>2 || $row->service_id<1){
@endphp
|
@php
}
else{
echo''.$row->service_id.' | ';
}
@endphp
{{$row->created_at}} |
@endforeach