@extends('manage.layouts.app') @section('content')
{{--
Add New
--}}
@if (count($recalls) != 0) @foreach ($recalls as $recall) @endforeach @else @endif
Title Vehicle Till Date Actions
{{$recall->title}} {{ $recall->vehicle->title}} {{ $recall->till_date}}
0 Record found.
@endsection