@extends('layouts/contentNavbarLayout') @section('title', 'View Agreement') @section('vendor-style') @endsection @section('content')
| Student | Room / Bed | Admission Date | Leaving Date | Actions |
|---|---|---|---|---|
|
@if($s->documents->where('document_type', 'profile_photo')->first())
{{ $s->full_name }}
{{ $s->student_mobile ?? '—' }}
|
{{ $s->room_bed_identifier ?? '—' }} | {{ $firstAg?->from_date?->format('d/m/Y') ?? '—' }} | {{ $latestAg?->to_date?->format('d/m/Y') ?? '—' }} | @include('admin.agreements._remark_modal', ['student' => $s]) |
| No students with agreements match the selected filter. | ||||