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

{{ $title }}

Title  :  {{ucwords($details->title)}}
Subject  :  {{ucwords($details->subject_title)}}
Submited By  :  {{ucwords($details->name)}}

@if(!empty($details->video_name))
Video
@if(!empty($details->video_name))
Invalid Video Format!!!
@else
No Video Found!!!
@endif
@endif @if(!empty($details->file_name))
PDF
@if(!empty($details->file_name)) @else
No PDF Found!!!
@endif
@endif @if(!empty($details->audiofile))
Audio
@if(!empty($details->audiofile)) @else
No Audio Found!!!
@endif
@endif
Description

{{ucwords($details->description)}}
@endsection @section('footer_scripts') @stop