@extends('layouts.public') @section('title', 'Blog & Tips | NEAMEE Auto-Tech Solutions') @section('content') Blog & Car Care Tips Expert advice to keep your vehicle in top condition. @foreach($posts as $post) {{ $post->category }} {{ $post->title }} {{ $post->excerpt }} {{ $post->published_at->format('M d, Y') }} @endforeach {{ $posts->links() }} @endsection
Expert advice to keep your vehicle in top condition.
{{ $post->excerpt }}
{{ $post->published_at->format('M d, Y') }}