@extends('web.layouts.layout') @section('content')

{{ $description->title }}

{!! $description->description !!}
@if($article->video)
@if($article->video_type == 2) @else @endif
@endif @endsection