@extends('layouts.print') @section('title', 'Students Attendance Sheet') @section('content') @foreach($users as $user ) @if($user->applications->first())

शासकीय महाकोशल कला एवं वाणिज्य स्वशासी महाविद्यालय
जबलपुर (म.प्र.)
(नैक द्वारा प्रदत्त ग्रेड B++)

(संबध्दता - रानी दुर्गावती विश्वविद्यालय, जबलपुर)
Admit Card/प्रवेश - पत्र
{{ $user->applications->first()->cat }}
{{ $user->roll_number }}
{{ $user->applications->first()->code }}
{{ $user->name }}
{{ $user->applications->first()->sem }}
{{ $user->f_name }}
/* @foreach( unserialize($user->applications->first()->subjects) as $key=> $subject ) @endforeach */
S. No. Subject/परीक्षा के विषय Date Main Answer Sheet No. Student Sign Invigilator Sign
{{ ++$key }} {{ $subject }}

@endif @endforeach @endsection