@extends('frontend.layouts.app') @push('title') {{ $title }} @endpush @section('content')

{{$news->author->name}}

{{$news->category->name}}

{{ date('M d, Y', strtotime($news->created_at)) }}

{{$news->title}}

{!! ($news->details) !!}

@endsection