|
@foreach ($titles as $title)
@if (Arr::get($title, 'label'))
{{ Arr::get($title, 'label') }}
@endif
@endforeach
|
| # | {{ trans('student.admission.props.code_number') }} | {{ trans('student.props.name') }} | {{ trans('exam.result') }} | {{ trans('exam.marksheet.obtained_credit') }} | {{ trans('exam.gpa') }} |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $student->code_number }} | {{ $student->name }} | {{ Arr::get($student->summary, 'result') }} | {{ Arr::get($student->summary, 'total_obtained_credit') }} | {{ Arr::get($student->summary, 'gpa') }} |
{{ trans('general.printed_at') }}: {{ \Cal::dateTime(now())->formatted }}