{{ __('Create New Used Machine') }}

{{ __('General Information') }}
@foreach($generalInformation as $index => $field)
@endforeach
{{ __('Technical Details') }}
@foreach($technicalDetails as $index => $field)
@endforeach
@include('livewire.sale-tickets.create-and-edit-component.quantity-price-section')
{{ __('Additional Information') }}
@error('additional_information') {{ $message }} @enderror
{{ __('Promotional Flyer') }}
@foreach ($errors->get('promo_flyer.*') as $errorMessages) @foreach ($errorMessages as $message) @endforeach @endforeach
{{ __('Gallery Images') }}
{{ __('First uploaded image will be set as main image') }}
{{ __('Upload Video') }}