@extends('web.layouts.container') @section('content')
{{date('d-m-Y', strtotime($news->created_at))}} {{$admin}}

{{$news->title}}

{!! stripText(html_entity_decode($news->description)) !!}

@endsection @section('inner_js') @endsection