@extends('admin.layout.master') @section('title', __('obs.order_req')) @section('custom_style') @include('inventory.blade_styles.posting_blade_css') {{-- --}} @endsection @section('content')
{{__('obs.order_req')}}
@include('v2.inventory.global.party_live_dd', ['type'=> 2, 'binder'=> 'odrReqInvoice.party_id'])
@include('v2.admin.global.date', [ 'binder'=> 'odrReqInvoice.date', 'value'=> date('d-m-Y') ])
{{-- @for ($i = 1; $i <= 5; $i++) @endfor --}}
# {{__('obs.product_id')}} {{__('obs.style')}} {{__('obs.ply')}} {{__('obs.length')}} {{__('obs.width')}} {{__('obs.height')}} {{__('obs.qty')}} {{__('obs.price') }} {{__('obs.amount')}} {{__('obs.delivery_place')}} {{__('obs.delivery_date')}} {{__('obs.remarks') }} {{__('obs.action') }}
{{ $i }}

{{--
@include('v2.inventory.global.inv_foot')
--}}
@include('v2.inventory.global.inv_loader') {{-- For Quick Posting --}} @include('v2.inventory.global.quick_posting.q_party_create', ['type'=> 2]) @include('v2.inventory.global.quick_posting.q_cost_center_create') {{-- END --}} @endsection @section('script') @append