@extends('admin.layouts.app') @section('content')

{{!empty($recovery) ? __('Recovery') : __("All Cars")}}

@if(empty($recovery)) {{__("Add new car")}} @endif
@include('admin.message')
@if(!empty($rows))
{{csrf_field()}}
@endif