@extends('layouts.adminapp') @section('title') {{__('lng.Student')}} - {{__('lng.Documents')}} @endsection @section('active_student', 'active') @section('open_student', 'open') @section('active_student_register', 'active') @section('content')
{{ $Student->place }} {{ $Student->mobile }}
{{ __('lng.Class') }}
{{$Student->Class->title ?? 'Pass Out' }}
{{ __('lng.BatchYear') }}
{{$Student->batch_year}}
{{ __('lng.SiNo') }} | {{ __('lng.Title') }} | {{ __('lng.DocumentNumber') }} | {{ __('lng.DocumentType') }} | {{ __('lng.Document') }} | {{ __('lng.Narration') }} | {{ __('lng.Action') }} |
---|---|---|---|---|---|---|
{{ ++$si }} | {{ $StudentDocument->title }} | {{ $StudentDocument->idnumber }} | {{ $StudentDocument->documenttype }} | {{ $StudentDocument->document }} | {{ $StudentDocument->narration }} |
|
{{ __('lng.Showing') }} {{ $StudentDocuments->count() }} {{ __('lng.Items') }}