@extends('Layouts.Application') @section('MainContent')
| NAME : {{Auth::user()-> full_name}} | ID : {{ $studentID->system_generated_student_id }} | |||
| ROLL : {{ $studentID->roll_no }} | CLASS : {{ $studentID->ClassName }} | SECTION : {{ $studentID->SectionName }} | GROUP : {{ $studentID->GroupName }} | |
| Date | Subject | Description | Image View /File Download |
|---|---|---|---|
| {{ date('Y-m-d',strtotime($hw->create_time)) }} | {{ $hw->name }} | {!! $hw->homework_description !!} | @if (count($hw->images)) {{ $hw->homework_title }} @endif @if ($hw->homework_file && file_exists('uploads/homework/' . $hw->homework_file)) @endif |