@extends('front.app') @section('meta') @stop @push('head-other-scripts') @endpush @section('container')

{{ $news->name }}

/ {{ getDefaultDateFormatWithLang($news->add_date, LANG) }}
@if($news->img_s)
{{ $news->name }}
@endif
{!! $news->body !!}
@include('front.templates.shareon')
@push('other-scripts') @endpush @stop