@extends('user.layout.header_footer') @section('content') {{-- --}}
@if(isset($res_student_array)) @foreach($res_student_array as $key => $c)
Notice: Undefined variable: c in /home/demohatinco/public_html/medical2_backend/resources/views/user/payment_screen/index.blade.php on line 38

Notice: Trying to get property 'amount' of non-object in /home/demohatinco/public_html/medical2_backend/resources/views/user/payment_screen/index.blade.php on line 38
@endforeach
@elseif($student_fees->id)
@endif
@csrf
@if(isset($res_student_array)) @foreach($res_student_array as $key => $c) @endforeach @elseif(isset($student_fees)) @endif
@endsection @section('app_jquery') @endsection