@extends('layouts.adminapp') @section('content')
{{__('lng.Back')}}
{{--
--}}

{{$Student->name}}

{{$Student->mobile}} {{$Student->place}} {{$Student->Class->title ?? __('lng.PassOut')}} {{$Student->batch_year}}
@if ($Balance > 0) {{__('lng.BalanceAmount')}} : @currency($Balance) @else {{__('lng.Advance')}} : @currency(abs($Balance)) @endif
@php $i=0;@endphp @foreach ($PayFees as $PayFee) @php $date = date("F-d-Y",strtotime($PayFee->date));@endphp @endforeach
{{__('lng.SiNo')}} {{__('lng.Date')}} {{__('lng.BatchYear')}} {{__('lng.Amount')}} {{__('lng.Head')}}
{{++$i}} {{$date}} {{$Student->batch_year}} @currency($PayFee->amount) {{$PayFee->payhead->title}}
@endsection