@extends('layouts.app') @section('title') Suzuki Baleno 2017 Safety Recall | Suzuki UAE @endsection @section('meta') @endsection @section('content')
{{-- {{$recall->vehicle_type}} --}} {{$recall->title}} {{--
{{date('d M, Y', strtotime($recall->created_at))}}
--}}
{!! $recall->detail !!}
{{-- accessories grid --}}
@endsection