@csrf
@if (in_array(strtolower(pathinfo($cloth->media, PATHINFO_EXTENSION)), ['gif', 'jpg', 'jpeg', 'png', 'jfif', 'webp']))
@else
@endif
{{ $cloth->title }}
@if ($cloth->tag_id)
{{ $cloth->tag->title }}
@endif
{!! $cloth->description !!}
@if ($cloth->warnings->isNotEmpty())
@foreach ($cloth->warnings as $warning)
 }})
@endforeach
@endif
@if ($cloth->execution_time)
{{ $cloth->execution_time }}
@endif
@if ($cloth->price == 0)
@elseif ($cloth->offer)
{{ $cloth->price }}
{{ $cloth->offer_price }}
@else
{{ $cloth->offer_price }}
@endif
@if ($cloth->options->isNotEmpty())
@foreach ($cloth->options as $option)
@foreach ($option->choices as $choice)
@if ($cloth->laundry->settings->orders->is_active)
@else
@endif
@if ($choice->price)
+{{ $choice->price }}
@endif
@if ($cloth->laundry->settings->orders->is_active)
@if ($choice->max_quantity)
@endif
@endif
@endforeach
@endforeach
@endif
@if ($cloth->laundry->settings->orders->is_active)
@endif