@extends('admin.layout.master') @section('title', __('obs.invoicewise_cash_receive')) @section('custom_style') @include('inventory.blade_styles.posting_blade_css') {{-- --}} @endsection @section('content')
{{__('obs.invoicewise_cash_receive')}}
@if (!@$voucher)
@endif
@include('v2.inventory.global.party_live_dd', [ 'type' => 2, // 'binder'=> 'NsModelBind=voucher.party_id', 'skip_add_new'=> 1, 'event'=> "onChange=setSelectedParty(this.value)" ])
@if (!@$voucher)
@endif
@include('v2.admin.global.date', [ 'binder'=> "voucher.date", 'value'=> date('d-m-Y') ])
@include('v2.inventory.global.cost_center_dd',[ 'binder'=> "NsModelBind=voucher.cost_center_id" ])
# {{__('obs.inv_date')}} {{__('obs.inv_no')}} {{__('obs.total_bill')}} {{__('obs.total_recv')}} {{__('obs.due') }} {{__('obs.amount') }}

# {{__('obs.ledger_title')}} {{__('obs.cost_center')}} {{__('obs.note') }}
{{__('obs.amount') }}


@php $cbOptions = $cashBanks->map(function($cb) { return ''; })->toArray(); $ccOptions = $costCenters->map(function($cb) { return ''; })->toArray(); @endphp @include('v2.inventory.global.quick_posting.q_cost_center_create') @endsection @section('script') @append