@extends('layouts.app') @section('content')

{{ __('quick_orders.title') }}

@if ($errors->any())

{{ __('quick_orders.fix_errors_helper') }}

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf

1. {{ __('quick_orders.select_customer') }}

İzin verilen dosya tipleri: png, jpg, jpeg. Maksimum: 4MB.
@error('photo')
{{ $message }}
@enderror

2. {{ __('quick_orders.select_cloth_types') }}

@foreach($clothTypes as $clothType) @endforeach
@foreach($clothTypes as $clothType)

{{ $clothType->title }}

id}.price", 0) }}" required /> {{ app('current_company')->currency?->symbol ?? '₺' }}
id}.trial_date") }}" /> {{ __('quick_orders.trial_date_helper') }}
id}.delivery_date") }}" /> {{ __('quick_orders.delivery_date_helper') }}

{{ __('quick_orders.measurements') }}

@forelse($clothType->measureTypes as $measureType)
id}.measurements.{$measureType->id}") }}" /> @if($measureType->unit) {{ $measureType->unit->symbol }} @endif
@empty
Bu kıyafet türüne ait tanımlı ölçü kalemi bulunmuyor.
@endforelse
@if($clothType->attributes->count() > 0)

{{ __('quick_orders.attributes') }}

@foreach($clothType->attributes as $attribute) @php $isOnlyImage = $attribute->only_image; $isExtraImage = $attribute->extra_image; @endphp
@if(!$isOnlyImage) @endif @if($isOnlyImage || $isExtraImage) @endif
@endforeach
@endif
@endforeach

3. {{ __('quick_orders.payment_details') }}

{{ app('current_company')->currency?->symbol ?? '₺' }}
{{ app('current_company')->currency?->symbol ?? '₺' }}
{{ app('current_company')->currency?->symbol ?? '₺' }}
@endsection @push('scripts') @endpush