@extends('layouts/layoutMaster') @section('title', 'Preview - Invoice') @section('vendor-style') @endsection @section('page-style') @endsection @section('vendor-script') @endsection @section('content')
| Number Of Courses: | {{count($cusfom->loadedcourses)}} |
| Session: | {{$cusfom->session}} |
| Semester: | @if($cusfom->semester==1) First Semester @else Second Semester @endif |
| Level: | {{$cusfom->student_level}} |
| Total Unit: | {{$cusfom->loadedcourses->sum('course_load')}} |
| S/n | Course Code | Course Name | Credit Unit |
|---|---|---|---|
| 1 | {{$cs->course->code}} | {{$cs->course->name}} | {{$cs->course->credit_unit}} |