@extends('layout.master') @section('css') @stop @section('content')

{{ 'My Knowledge Details' }}

{{ $informationsection->title }}
{{ ucfirst($informationsection->media_type) }}
{{ $informationsection->description }}
@if ($informationsection->media_type == 'video') @endif
@if ($informationsection->media_type != 'video') @else @endif
@endsection @section('script') @stop