@extends($layout) @section('header_scripts') @stop @section('content')
{{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')}} | @if($details->file_name){{ucwords($details->file_name)}} |
@else
- | @endif{{getPhrase('description')}} | {!! ucwords(nl2br($details->description))!!} |