@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->title }}
{{ $post->category }}

{{ $post->title }}

{{ $post->excerpt }}

{{ $post->published_at->format('M d, Y') }}

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