@extends('layouts.app_rest') @section('content')
@csrf

Alert quantity:*

Open Stock

Product Name:*

SKU Code

Bar Code

Alert quantity:*

Description

Item Attributes

@foreach($product_attres as $attry) @php $attr_value = ''; $function = ""; if($attry->name == 'Is For Sales') { $attr_value = 'showIsForSales'; $function = ''; } if($attry->name == 'Is Purchased') { $attr_value = 'showIsPurchased'; $function = ""; } if($attry->name == 'Is Catalog') { $attr_value = 'showIsForCategory'; $function = ""; } @endphp
@endforeach

Tax

Unit

Price

@endsection @section('javascript') @endsection