{{$student_name}} @if($bill_data->paid_amount >= $bill_data->due_amount) Full Partment @else @endif

Amount Due : {{$this->currency}} {{$bill_data->due_amount}}
Amount Paid : {{$this->currency}} 0.00
@if($bill_data->paid_amount > $bill_data->due_amount) Credit : 0.00 @endif
Balance : {{$this->currency}} {{$balance}}
Due Date: {{$bill_data->due_date}}
@error('payment_date') {{ $message }} @enderror
@error('payment_method') {{ $message }} @enderror
@error('entry_type') {{ $message }} @enderror
@error('amount') {{ $message }} @enderror
@error('amount') {{ $message }} @enderror