@extends('back.layouts.app') @push('title', __('Add New Order')) @section('content')
@csrf
{{ __('Add New Order') }}



{{ __('Stocks') }} ({{ __('Each row becomes a stock, one line is one stock') }})
{{__('Add Import File') }} (.txt)
{{ __('Stocks Count') }}: 0
@endsection @push('js') @endpush