@extends('layouts.master') @section('content')
SN | Name | Class | Invice No | Total Amount | Total Discount | Late Fine | Payable Amount | Payment Method | Date | Action |
---|---|---|---|---|---|---|---|---|---|---|
{{++$sn}} | {{$fee->student->first_name.' '.$fee->student->last_name}} | {{$fee->student->studentClass->class_name}} | {{$fee->invoice_no}} | {{$fee->total_amount}} | {{$fee->total_discount}} | {{$fee->late_fine}} | {{($fee->total_amount-$fee->total_discount)+$fee->late_fine}} | {{$fee->payment_method}} | {{$fee->invoice_date}} | @can('accounting-finance.collect-fees.view') View @endcan @can('accounting-finance.collect-fees.edit') @endcan @can('accounting-finance.collect-fees.delete') @endcan |