| Course Name | Start Date | End Date | Session | Invoice |
|---|---|---|---|---|
| {{ $product->course_name_en }} | {{ $product->start_date }} | {{ $product->end_date }} | {{ $product->session }} |
@php
$invoice = $product->coursestudents->first()?->finanaceStudentInvoice;
@endphp
@if ($invoice)
{{ $invoice->invoice_number }}
@else
|