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

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

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

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

{{ __('home.raw_material') }} {{ __('home.units') }} {{ __('home.planned_qty') }} {{ __('home.already_issued') }} {{ __('home.current_issued_qty') }} {{ __('تكلفة الوحدة') }}
{{ __('home.mo_selection_notice') }}
{{ __('home.cancel') }}
@endsection @section('js') @endsection