@extends('layouts.backend') @section('extraCss') @endsection @section('mainContentArea')

Manage Pricing Add New Price

@csrf
Filter




@php $srno = 1; @endphp @if($list->count() > 0) @foreach($list as $price) @endforeach @else @endif
Sr. No. Category Brand Size CP PP WSP MRP Action
{{ $srno++ }} {{ $price->category->name }} {{ $price->brand->name }} {{ $price->size_group }} {{ !empty($price->cp) && ($price->cp!=0) ? $price->cp.'x':'-' }} {{ !empty($price->pp) && ($price->pp!=0) ? $price->pp.'x':'-' }} {{ !empty($price->wsp) && ($price->wsp!=0) ? $price->wsp.'x':'-' }} {{ !empty($price->mrp) && ($price->mrp!=0) ? $price->mrp.'x':'-' }} Edit Delete
No product found!
@endsection @section('extraJs') @endsection