@php $isPosPopup = ((int) request('pos_popup', 0) === 1); @endphp @unless($isPosPopup) @include('pos.products.nav') @endunless

Pricing Groups

Manage per-product pricing groups in one place.
@if(session('status'))
{{ session('status') }}
@endif @if(session('error'))
{{ session('error') }}
@endif
@forelse($groups as $g) @php $p = $g->pricingParent; @endphp @empty @endforelse
Product Group Cost Price MRP Price Default Cost Price Default MRP Price Actions
{{ $p->name ?? '' }}
{{ $p->barcode ?? '' }}
{{ $g->name }} {{ number_format((float) ($g->cost ?? 0), 2) }} {{ number_format((float) ($g->default_price ?? 0), 2) }} {{ number_format((float) ($p->cost ?? 0), 2) }} {{ number_format((float) ($p->default_price ?? 0), 2) }}
No pricing groups yet.
{{ $groups->links() }}