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

Student Report

@if (count($errors) > 0) @if($errors->any()) @endif @endif
Clear
@if(count($wallet)>0) @foreach ($wallet as $key=>$wallet1) @endforeach @else @endif
S.NO Date Name Email ID Mobile No Institution Type Institution Name Class Credit Balance Status
{{ $s }} 01-01-1970 {{ $wallet1->name }} {{ $wallet1->email_id }} {{ $wallet1->mobile_no }} {{ $wallet1->institution_type }} {{ $wallet1->school_name }} {{ $wallet1->class }} {{ $wallet1->wallet }} Inactive
No record found!
@endsection @section('page-script') @endsection