@extends('layout.container') @section('title', $news->title) @section('meta_tags', $news->meta_tags) @section('meta_description', $news->meta_description) @section('header_css') @endsection @section('footer_js') @endsection @section('dynamicdata')

{!! $news->heading !!}


@if(file_exists('uploads/news/'.$news->attachment) && $news->attachment != '') {!! $news->heading !!} @endif {!! $news->description !!}
@include('layout.sidebar')
@stop