@extends('front.beta.layouts.master') @section('breadcrumb') @include('front'.viewPrfx().'partials.news-search') @endsection @section('content') @if(setting('news_detail_image_full_width') == 'yes')
@endif

{{$news['title']}}

@if(setting('news_detail_image_full_width') == 'no')
@endif
{{timeAgoByTimeStamp($news['created_at'])}}
@if($news['category'])
{{__('message.in')}} {{$news['category']}}
@endif
{!!$news['description']!!}
@endsection