@extends('layouts.master') @section('css') @section('title') {{ __('home.add_new_order') }} @stop @endsection @section('content')

{{ __('home.add_new_order') }}

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if(session('error'))
{{ session('error') }}
@endif
@csrf

{{ __('home.planned_materials') }}

{{ __('home.raw_material') }} {{ __('home.units') }} {{ __('الكمية لشجرة واحدة') }} {{ __('إجمالي الكمية المخططة') }}
{{ __('يرجى اختيار شجرة المكونات (BOM) أولاً لعرض الخامات المطلوب صرفها') }}
{{ __('home.cancel') }}
@endsection @section('js') @endsection