@extends('layouts.child') @section('pagecontent')

{{-- Auth::user()->name--}}

@if(@$payment[0]->status=='FullPayment')

Your admission is confirmed and seat is secured.

@elseif(@$payment[0]->status=='PartialPayment')

Please pay full payment to confirm your seat.

Your balance amount is ₹ {{ @$payment[0]->amount_total - @$payment[0]->paid_amount}}

@else

Please pay fee to confirm your seat.

@endif
@endsection @section('js') @endsection