@extends('layouts/layoutMaster') @section('title', 'Preview - Invoice') @section('vendor-style') @endsection @section('page-style') @endsection @section('vendor-script') @endsection @section('content')
Course registration summary:
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')}}
@foreach($cusfom->loadedcourses as $cs) @endforeach
S/n Course Code Course Name Credit Unit
1 {{$cs->course->code}} {{$cs->course->name}} {{$cs->course->credit_unit}}
Note: Please verify your courses before you print. Once you print it you will not be able to edit it on your own again . Thank You!
Print Edit Invoice
@endsection