{{ __('Vehicle') }} {{ __('Basic list of models') }}
{{ __('Add Model') }}
@foreach ($vehicleModels as $model) @endforeach
{{ __('Name') }} {{ __('Brands') }} {{ __('Action') }}
{{ $model['name'] }} {{ $model->brand['name'] ?? 'N/A' }}