@extends('layouts.studentapp') @section('content') {{-- Student Document Details --}}
{{ $Student->user->email }}
{{ $Student->whatsapp }}
| Title | ID No. | Document | Type | Narration |
|---|---|---|---|---|
| {{ $StudentDocument->title }} | {{ $StudentDocument->idnumber }} | {{ $StudentDocument->document }} | {{ $StudentDocument->documenttype }} | {{ $StudentDocument->narration }} |