@extends('entity.app') @section('title', __('v_vehicle.edit_change_color')) @section('content') @include('components.errors')
@lang('v_vehicle.edit_change_color') ({{ $colorChange->vehicle->name }})
@csrf @method('PUT') {{-- row 1 --}}
@if (!empty($colorChange->attachment)) @endif
@lang('employeeAffairs.back')
@include('components.delete_modal', [ 'warning_message' => __('student.warning_message'), 'destroy_route' => route('color_changes.destroy', $colorChange->id), ]) @endsection