@extends('dashboard.layouts.app') @section('content') @if (session('success'))
| Index | Invoice Number | {{--Actions | --}}Student Name | Payment Status | Invoice Type | Details |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $invoice->invoice_number }} | {{ $invoice->student->first_name ?? '' }} {{ $invoice->student->last_name ?? '' }} | {{ $invoice->payment_status }} | {{ $invoice->type }} | {{----}} |
|
| No student invoices found. | ||||||