@extends('layout') @section('title') Product @endsection @section('content') Product Home Product @include('flash-message') {{ $ProductName }}{{ $InvSKU }} Save Change Basic Info Pricing Inventory Reward @method('PUT') @csrf Name* URL Image Product URL* Description* {{ $ProductDescription ? $ProductDescription : '' }} Category ` @foreach(App\Models\Category::where('CategoryFor', 'product')->get() as $cat) Id == $CategoriesId ? "selected" : "" }}>{{$cat->CategoryName}} @endforeach Category @if(!is_null($TagId)) @foreach(App\Models\Tags::all() as $tag) Id, json_decode($TagId)) ? "selected" : "" }}>{{$tag->TagsName}} @endforeach @endif Price Unit Pcs Hour Day Month Discount Type 0 ? 'selected' : '' }}>Percentage 0 ? 'selected' : '' }}>Nominal Discount Value Price After Discount Tax Percentage % Price After Tax SKU Brand Quantity Width Cm Height Cm Depth Cm Weight Gr Extra Shipping Fee Is Active Point @endsection @section('script') @endsection