Title : {{ucwords($details->title)}}
Subject : {{ucwords($details->subject_title)}}
Submited By : {{ucwords($details->name)}}
@if(!empty($details->video_name))
@if(!empty($details->video_name))
Invalid Video Format!!!
@else
No Video Found!!!
@endif
@endif
@if(!empty($details->file_name))
@if(!empty($details->file_name))
@else
No PDF Found!!!
@endif
@endif
@if(!empty($details->audiofile))
@if(!empty($details->audiofile))
@else
No Audio Found!!!
@endif
@endif
{{ucwords($details->description)}}
{!! Form::open(array('url' => URL_STUDENT_UPLOAD_ONLINESTUDY, 'method' => 'POST', 'name'=>'formAssigment ', 'novalidate'=>'','files'=>TRUE )) !!}
@if(empty($details->user_comments))
@else
@endif
@if(empty($details->user_comments))
@endif
{!! Form::close() !!}