@extends('layout.home') @section('content')
@include('layout.direction') @if($article->gallery_id == null && count($attachment) ==0) @endif
@if($article->cover != null)
{{-- --}}
@endif
{{$article->title}}
{!!$article->content!!}
@if($type =='CAHK STAR Awards') @else @endif
@endsection