@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 Home News {!! $news->heading !!} {!! $news->heading !!} @if(file_exists('uploads/news/'.$news->attachment) && $news->attachment != '') @endif {!! $news->description !!} @include('layout.sidebar') @stop