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

Latest News

Stay updated with our latest news and updates. We bring you all the essential information and stories related to driving, ensuring you stay informed and engaged.

@foreach ($newsItems as $news)
@if($news->image) {{ $news->title }} @endif
{{ $news->publish_date ? $news->publish_date->format('d M Y') : '' }}
{{ $news->title }}

{!! Str::limit($news->excerpt, 100) !!}

Read More
@endforeach
{{ $newsItems->links() }}

Interested?

Want To Start You Driving Journey With MyWheels

If you are interested in booking or need more information, call, WhatsApp or text Jane. We will answer any queries you have, and get you in the driving seat!

@endsection