@extends('layout.home') @section('content') @include('layout/header-image')
@include('layout.direction')
{{$page}}
@if(true)
@if($page=='Events'||$page='CAHK STAR Awards')
@else
@if($page =='WTISD')
@endif
@endif
@endif
@include('layout/post')
@if($news->lastPage()>1)

Show More

@endif
@endsection