@extends('admin/layouts/contentLayoutMaster') @section('title', 'Student Wallet Report') @section('content') @section('page-style') @endsection

Student Wallet Report

@if (count($errors) > 0) @if($errors->any()) @endif @endif
@if(count($wallet)>0) @foreach ($wallet as $key=>$wallet1) @endforeach @else @endif
S.NO Date Student Advisor Interaction Type Duration Usage Description Credit Balance
{{ $s }} 01-01-1970 {{ $wallet1->name }} {{ $wallet1->advisor_name }} {{ $wallet1->type }} {{ $wallet1->description }} 0
No record found!
Total: Credit Balance : 0
@endsection @section('page-script') @endsection