@extends('layout') @section('h4-page', __('condition car')) @section('contents')
| # | {{ __('cars') }} | {{ __('min') }} | {{ __('max') }} | {{ __('delivery') }} | {{ __('DeliveryType') }} | {{ __('Status') }} |
|---|---|---|---|---|---|---|
| {{ $key + 1 }} | {{ $item->carType?->name }} | {{ $item->min }} | {{ $item->max }} | {{ $item->type }} | {{ $item->type_keep_delivery }} | |
| {{ __('NoDataFound') }} | ||||||