@extends('layouts.master') @section('page') {{$news->title}} | {{setting('site.title')}} @endsection @section('content')
{{$news->title}}
{{ $news->created_at->format('d-M-Y') }}

{{$news->title}}

{!! $news->description !!}

Latest News
@foreach ($all_news as $item)
{{$item->title}} {{ $item->created_at->format('j-F-Y') }}
@endforeach
Product Categories
@endsection() @push('styles') @endpush()