@extends($layout) @section('content')
@if(!$content_record)

{{$item->title}}

{!! $item->description!!} @if($item->is_paid && !isItemPurchased($item->id, 'combo')) @endif
@endif
@include('student.exams.series.series-items', array('series'=>$item, 'content'=>$content_record))
@stop @section('footer_scripts') @if($content_record) @if($content_record->content_type == 'video' || $content_record->content_type == 'video_url') @include('common.video-scripts') @endif @endif @include('common.custom-message-alert') @stop