@php $si=0; @endphp @foreach ($Students as $Student) @php $dob = date("F-d-Y",strtotime($Student->dob));@endphp @endforeach
{{ __('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
{{--
--}}
@csrf @method('delete')
{{--
--}}

{{ __('lng.Showing') }} {{ $Students->count() }} {{ __('lng.Items') }}