@extends('layouts.adminapp') @section('title') {{ __('lng.PendingStudentFeeReport') }} - {{ __('lng.StudentDetails') }} @endsection @section('active_report', 'active') @section('open_report', 'open') @section('open_student_report', 'open') @section('active_student_report', 'active') @section('active_student_pending_fee_report', 'active') @section('content')
{{__('lng.SiNo')}} | {{__('lng.Name')}} | {{__('lng.Contact')}} | {{__('lng.HouseName')}} | {{__('lng.Gender')}} | {{__('lng.Place')}} | {{__('lng.BalanceAmount')}} |
---|---|---|---|---|---|---|
{{++$i}} | {{$Student->name}} | {{$Student->mobile}} | {{$Student->housename}} | {{$Student->gender}} | {{$Student->place}} | @currency($Balance) |
{{ __('lng.Showing') }} {{ $Students->count() }} {{ __('lng.Items') }}