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

{{ $title }}

{!! Form::open(array('url' => URL_STUDENT_UPLOAD_ASSIGNMENT, 'method' => 'POST', 'name'=>'formAssigment ', 'novalidate'=>'','files'=>TRUE )) !!} @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(nl2br($details->description))!!}
@endsection @section('footer_scripts') @stop