{{ Form::open(['class' => 'form-horizontal','files' => true,'route' => 'studyMaterialAssigned','method' => 'POST']) }} @foreach ($uploadContents as $value) @endforeach
# @lang('study.content_title') @lang('common.type')
{{@$value->content_title}} @if(@$value->content_type == 'as') @lang('study.assignment') @elseif(@$value->content_type == 'st') @lang('study.study_material') @elseif(@$value->content_type == 'sy') @lang('study.syllabus') @else @lang('study.other_download') @endif
{{ Form::close() }}