Please
find attached the invoice for the students
you registered in the following courses:
@php
$total = 0;
@endphp
@foreach ($details['course_name'] as $key => $detail)
@php $total = $total+$detail->course_price; @endphp
Course {{++$key}}: {{ $detail->course_name }} – {{ $detail->course_price }}
@endforeach
Total: {{$details['totalCoursePrice']}}
Once
the invoice is settled, you can proceed with
the grading process. Please let me know if
you have any questions or require further
information.