@extends('user.layout.header_footer') @section('content')
@if ($message = Session::get('error'))
{{ $message }}
@endif
@csrf @foreach ($studen_array_id as $key_c_r => $c_r)
Notice: Undefined variable: c_r in /home/demohatinco/public_html/medical2_backend/resources/views/user/show_group_members_payment/index.blade.php on line 57

Notice: Trying to get property 'user' of non-object in /home/demohatinco/public_html/medical2_backend/resources/views/user/show_group_members_payment/index.blade.php on line 57

Notice: Trying to get property 'id' of non-object in /home/demohatinco/public_html/medical2_backend/resources/views/user/show_group_members_payment/index.blade.php on line 57

Notice: Undefined variable: c_r in /home/demohatinco/public_html/medical2_backend/resources/views/user/show_group_members_payment/index.blade.php on line 58

Notice: Trying to get property 'id' of non-object in /home/demohatinco/public_html/medical2_backend/resources/views/user/show_group_members_payment/index.blade.php on line 58
@if ($c_r->user->id != $new_user_id)
@endif
@if ($c_r->user->id == $new_user_id) @else
@endif

Notice: Undefined variable: key_c_r in /home/demohatinco/public_html/medical2_backend/resources/views/user/show_group_members_payment/index.blade.php on line 128
@endforeach
@endsection @section('app_jquery') @endsection