@extends('layouts/pos_layout') @section('title', '| Product Size List') @section('content') @include('successMsg')

PRODUCT SIZE LIST

{{ csrf_field() }} @if(!empty($productSizes)) @foreach($productSizes as $productSize) @endforeach @endif
SL# Size Action
{{++$no}} {{$productSize->name}}   @if(count($productSize->product) == 0) @endif
@include('dataTableScript') @endsection