@extends('layouts.app') @section('title', __('dashboard.raw_materials_purchase_title')) @section('page_heading', __('dashboard.raw_materials_purchase_title')) @section('content')
المواد الخام
@csrf {{-- Header --}}
بيانات الطلب
@error('supplier_id')
{{ $message }}
@enderror
{{-- Materials --}}
المواد الخام
@foreach(['المادة الخام','الرصيد الحالي','الكمية المطلوبة','سعر الوحدة (ج.م)','الإجمالي',''] as $h) @endforeach
{{ $h }}
0.00
الإجمالي قبل الخصم 0.00
{{-- Actions --}}
إلغاء
@endsection @section('scripts') @endsection