@extends('user.layout.header_footer')
@section('content')
User Course Payment History :
@foreach ($student_fees as $key => $c)
Group
Fees Type
Amount
Due Date
Status
@foreach ($c->group as $g_key => $g_u)
{{ ucwords($g_u->name) }}
@endforeach
{{ ucwords($c->fees_type) }}
{{ $c->amount }}
{{ date('d-m-Y', $c->due_date) }}
@if ($c->status == 'pending')
Fatal error: Uncaught Error: Class 'Carbon\Carbon' not found in /home/demohatinco/public_html/medical2_backend/resources/views/user/course_payment_users/index.blade.php:83
Stack trace:
#0 {main}
thrown in /home/demohatinco/public_html/medical2_backend/resources/views/user/course_payment_users/index.blade.php on line 83