@extends('layouts.adminapp') @section('title') {{ __('lng.Student') }} @endsection @section('active_student', 'active') @section('open_student', 'open') @section('active_student_register', 'active') @section('content')
{{ __('lng.SiNo') }} | {{ __('lng.Name') }} | {{ __('lng.Class') }} | {{ __('lng.DOB') }} | {{ __('lng.OpeningBalance') }} | {{ __('lng.Action') }} |
---|---|---|---|---|---|
{{ ++$si }} | {{ $Student->name }} | {{ $Student->Class->title ?? __('lng.PassOut') }} | {{ $dob }} | @currency($Student->openingbalance) @if ($Student->DRorCR) - {{ $Student->DRorCR }} @endif |
{{ __('lng.Showing') }} {{ $Students->count() }} {{ __('lng.Items') }}