@extends($layout) @section('header_scripts') @stop @section('content')

{{ $title }}

{!! Form::open(array('url' => URL_STUDENT_UPLOAD_ASSIGNMENT, 'method' => 'POST', 'name'=>'formQuiz ', 'novalidate'=>'','files'=>TRUE )) !!} @if($reached)
Note : {{getPhrase('your_last_date_to_submit_is_over_so_you_are_unable_to_upload_your_assignment')}}
@endif @if($details->file_name) @else @endif
{{getPhrase('assignment_name')}} {{ucwords($details->title)}} {{getPhrase('subject')}} {{ucwords($details->subject_title)}}
{{getPhrase('staff')}} {{ucwords($details->name)}} {{getPhrase('last_date_to_submit')}} {{$details->deadline}}
{{getPhrase('assignment_file')}}

{{ucwords($details->file_name)}}

-{{getPhrase('description')}} {{ucwords($details->description)}}
{{ Form::label('category', getphrase('upload_your_assignment')) }}
@if($details->user_file)

{{ucwords($details->user_file)}}

@endif
@if(!$reached)
@endif {!! Form::close() !!}
@endsection @section('footer_scripts') @stop