@extends('entity.app') @section('title', __('v_vehicle.show_change_color')) @section('content') @include('components.errors')
@lang('v_vehicle.show_change_color') ({{ $colorChange->vehicle->name }})
{{-- row 1 --}}
@if (!empty($colorChange->attachment)) @endif
@endsection