@extends('print-out.base-layout') @section('title', 'تقرير الطلاب - التسجيل الالكتروني') @section('styles') @endsection @section('content')
| # | الكلية | عام | خاص | تسجيل | تأمين | غرامة | أخرى | دمغة | الخصومات | المجموع |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $no++ }} | {{ $college->name ?? '' }} | {{ $college->total_not_private_fees ?? 0 }} | {{ $college->total_private_fees ?? 0 }} | {{ $college->total_registration_fees ?? 0 }} | {{ $college->total_insurance_fees ?? 0 }} | {{ $college->total_penalty ?? 0 }} | {{ $college->total_other_fees ?? 0 }} | {{ $college->total_stamp ?? 0 }} | {{ $college->total_discount ?? 0 }} | {{ $rowTotal }} |