@extends('admin.layouts.master') @section('title', $order->exists ? 'تعديل طلب' : 'طلب جديد') @section('page-header')
الطلبات

{{ $order->exists ? 'تعديل: ' . $order->order_no : 'إنشاء طلب جديد' }}

العودة
@endsection @section('content')
@csrf @if($order->exists) @method('PUT') @endif

بيانات الطلب

@error('order_no')
{{ $message }}
@enderror

أصناف الطلب

@foreach($items as $idx => $line) @endforeach
الوصفنوع الطباعةالمقاس النهائيوش/ضهر الكميةسعر الوحدةالإجمالي
description) }}" required> final_size) }}">
colors_front) }}"> colors_back) }}">
quantity) }}" min="1" required> unit_price) }}" min="0" required>
الإجمالي:0.00
بعد الخصم:0.00
الضريبة:0.00
الإجمالي النهائي:0.00
@endsection @push('scripts') @endpush