{{-- {!!dd($student_plan);!!} --}} @foreach($student_plan as $p)
Notice: Undefined variable: p in /home/demohatinco/public_html/medical2_backend/resources/views/admin/reports/student_plan/partial/form.blade.php on line 124

Notice: Trying to get property 'amount' of non-object in /home/demohatinco/public_html/medical2_backend/resources/views/admin/reports/student_plan/partial/form.blade.php on line 124

Notice: Undefined variable: p in /home/demohatinco/public_html/medical2_backend/resources/views/admin/reports/student_plan/partial/form.blade.php on line 127

Notice: Trying to get property 'id' of non-object in /home/demohatinco/public_html/medical2_backend/resources/views/admin/reports/student_plan/partial/form.blade.php on line 127

Notice: Undefined variable: p in /home/demohatinco/public_html/medical2_backend/resources/views/admin/reports/student_plan/partial/form.blade.php on line 129

Notice: Trying to get property 'status' of non-object in /home/demohatinco/public_html/medical2_backend/resources/views/admin/reports/student_plan/partial/form.blade.php on line 129
@endforeach
Due Date Amount Paid Payment Id Action
{!!date('d,m,Y',$p->due_date)!!} {!!$amount!!} {!!$status!!} {!!$payment_id!!} {!!$remove!!}
@foreach($student_plan as $p) @if($p->status != 'paid') @endif @endforeach
{{-- --}}
{{-- @if () --}} {{-- @endif --}} {{-- {!!dd($fees_type)!!} --}} {{--

Enter Complete Fess Amount And Due Date

--}} {{--
{!! Form::label('amount','Amount') !!}
{!! Form::text('amounts', null, ['class' => 'form-control complete_amount', 'data-parsley-required'=>'true', 'data-parsley-trigger'=>'change', 'placeholder'=>'Enter Amount', 'maxlength'=>"100"]) !!}
{!! Form::label('due_date','Due Date') !!}
{!! Form::date('due_date', null, ['class' => 'form-control complete_due_date', 'data-parsley-required'=>'true', 'data-parsley-trigger'=>'change', 'placeholder'=>'Enter Due Date', 'maxlength'=>"100"]) !!}
--}} {{--
--}}

Enter Installment

{!! Form::submit('Save', ['class' => 'btn btn-primary btn-block btn-lg btn-parsley medsaveclick', 'onblur' => 'return validateForm();']) !!}
@section('app_jquery') @endsection