@extends('layouts.app') @section('title', 'Hostel Due List') @include('admin.components.toster') @section('content')
| # | UID | Name | Hostel | Amount | Status | Action |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ optional($item->hostelstudent)->hostel_uid}} | {{ optional($item->hostelstudent->studentuser)->name }} | {{ optional($item->hostelstudent->hostel)->name }} | {{ $item->amount }} | {{ $item->status }} |