@extends('admin.layout.master') @section('title', __('obs.bill_installment')) @section('content')

{{__('obs.purchase')}}

{{__('obs.type')}}
{{__('obs.vendor')}}
@include('v2.inventory.global.party_live_dd', [ 'type'=> 1, 'id'=> 'vendor_id', 'skip_add_new'=> 1, // 'binder'=> 'invoice.party_id', 'cls'=> 'v', // 'event' => 'onchange=setPartyDetails()', ])
{{__('obs.installment_start_date')}}
@include('v2.admin.global.date', [ 'value'=> date('d-m-Y') ])
{{__('obs.installment_period')}}
@endsection @section('script') @append