@extends('partials.layouts') @section('content')

News

@foreach ($news as $item)
  • {{ $item->publish_date }}

    {{ $item->title }}

    {{--

    {{ $item->publish_date }} | {{ $item->category }}

    --}}
@endforeach {{ $news->links() }}
@endsection