@extends('layouts.frontend') @section('content')
{{ $news->title }}
{{ $news->date }}
@editor($news->description)
@endsection