@extends('Layouts.Application') @section('MainContent')
Student Home Work
NAME : {{Auth::user()-> full_name}} ID : {{ $studentID->system_generated_student_id }}
ROLL : {{ $studentID->roll_no }} CLASS : {{ $studentID->ClassName }} SECTION : {{ $studentID->SectionName }} GROUP : {{ $studentID->GroupName }}
@if(isset($HomeWork)) @foreach($HomeWork as $key => $hw) @endforeach @endif
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
@endsection