|
|
@@ -18,7 +18,7 @@
|
|
|
|
|
|
@csrf
|
|
|
<input type="hidden" id="order_id" name="order_id" value="{{ $reclamation->order_id}}">
|
|
|
- <input type="text" name="previous_url" value="{{ $previous_url ?? '' }}">
|
|
|
+ <input type="hidden" name="previous_url" value="{{ $previous_url ?? '' }}">
|
|
|
|
|
|
@include('partials.input', ['name' => 'order_name', 'title' => 'Площадка', 'disabled' => true, 'value' => $reclamation->order->common_name ?? ''])
|
|
|
@include('partials.select', ['name' => 'status_id', 'title' => 'Статус', 'options' => $statuses, 'value' => $reclamation->status_id ?? old('status_id')])
|