@extends('layouts.frontend') @section('styles') {{-- --}} @endsection @section('content')
{{--
Product >
{{$product->category->name}} >
--}}
News
Share

News Article

@foreach ($news as $item)

{{$item->title}}

{{Carbon\Carbon::parse($item->updated_at)->isoFormat('D MMMM Y')}}  {{$item->category->name}}

{{$item->excerpt}}...

{{-- Read More --}}
@endforeach
@endsection