@extends('frontend.layouts.app') @push('title') {{ $title }} @endpush @section('content') {{$title}} {{__('Home')}} {{$title}} {{$news->author->name}} {{$news->category->name}} {{ date('M d, Y', strtotime($news->created_at)) }} {{$news->title}} {!! ($news->details) !!} @endsection
{{$news->author->name}}
{{$news->category->name}}
{{ date('M d, Y', strtotime($news->created_at)) }}
{!! ($news->details) !!}