@extends('layout') @section('title') New Product @endsection @section('content') Product Home Product @include('flash-message') New Product Save Product Basic Info Pricing Inventory Reward @csrf Name* URL Image Product URL* Description* Category ` @foreach(App\Models\Category::where('CategoryFor', 'product')->get() as $cat) {{$cat->CategoryName}} @endforeach Tags @foreach(App\Models\Tags::all() as $tag) {{$tag->TagsName}} @endforeach Price* Unit* Pcs Hour Day Month Discount Type Percentage 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