@if (isset($data))

{{ __('Car Price') }}

{{ __('Fuel type') }}

{{ __('Year of Manufacture') }}

{{ __('Engine capacity') }}

{{ __('Mileage') }}

@else

{{ __('Car Price') }}

{{ __('Fuel type') }}

{{ __('Year of Manufacture') }}

{{ __('Engine capacity') }}

{{ __('Mileage') }}

@endif