@extends('admin.layout.master') @section('title', 'PARTY PRICE') @section('content')

{{__('obs.party')}} {{__('obs.price')}}

@csrf
@include('v2.inventory.global.party_live_dd', [ 'type' => $type, 'skip_add_new'=> 1 ]) @error('party_id') {{ $message }} @enderror
{{-- end --}}
@for ($i = 1; $i <= 5; $i++) @endfor
# {{__('obs.products')}} {{__('obs.quantity')}} {{__('obs.range')}}
{{__('obs.start')}} - {{__('obs.end')}}
Price{{getDefaultSettings(0,2)->dual_unit? '/Secoundary Unit' : ''}} ({{$currency->name}}) {{__('obs.action')}}
{{ $i }}

@endsection @section('script') @endsection