@extends('layouts.app') @section('title') Recall Announcements - Suzuki UAE @endsection @section('meta') @endsection @section('content')
cover

RECALL ANNOUNCEMENT

{{-- row --}}
@foreach ($recalls as $recall)
{{-- {{$recall->vehicle_type}} --}} {{$recall->title}} {{--
{{date('d M, Y', strtotime($recall->created_at))}}
--}}
{{-- item --}} @endforeach
{{-- accessories grid --}}
@endsection