@extends('layout.app') @section('content')

Our Business Blog

@foreach ($articles as $article)
@foreach ($article->categories as $category) @if (!$loop->last) {{ $category->name }}, @else {{ $category->name }} @endif @endforeach

{{ $article->title }}

Third and, them Isn't years wherein man without he to also green had cattle...

@endforeach
{{ $articles->links() }} {{--
1 2 3 ... 6
--}}
@endsection