@extends('admin.layouts.master') @section('title', $quotation->exists ? 'تعديل عرض سعر' : 'عرض سعر جديد') @section('page-header')
عروض الأسعار

{{ $quotation->exists ? 'تعديل: ' . $quotation->quotation_no : 'إنشاء عرض سعر جديد' }}

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

بيانات عرض السعر

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

الأصناف

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