@extends('layouts.frontend') @section('title', $pageTitles['page_title']) @section('content')

{!! $news->news_title !!}

{!! $news->news_content !!}

@include('slices.frontend.right_sidebar')
@stop