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

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

@if(checkAuthPermission($route))
{{__('obs.add')}} {{__('obs.new')}}
@endif
@csrf
@include('v2.inventory.global.product_live_dd', ['skip_add_new'=> 1])
{{-- @if ($data->first()) @endif --}}

# {{__('obs.party')}} {{__('obs.name')}} {{__('obs.product')}} {{__('obs.name')}} {{__('obs.start')}} {{__('obs.qty')}} {{__('obs.end')}} {{__('obs.qty')}} {{__('obs.start')}} {{__('obs.date')}} {{__('obs.end')}} {{__('obs.date')}} {{__('obs.price')}} {{__('obs.image')}}
@endsection @section('script') @endsection