@extends('layouts.admin.app') @section('content') @if( Session::get('permissions.user_type') == 'A' || Session::get('permissions.user_type') == 'SA') Create Product Back @csrf @foreach (['danger', 'warning', 'success', 'info'] as $msg) @if(Session::has('alert-' . $msg)) {{ Session::get('alert-' . $msg) }} @endif @endforeach Create Product FNID* SKU* Category* @foreach($catdata as $c) {{$c->name}} @endforeach Product Title* Product Description* Content Shipping Has Attribute? Yes No Create Attribute* {{-- --}} Product Price* MRP Note: You can leave it blank if product price and actual price is same Delivery Delay Days* Alt Keyword* Meta Title* Meta Description* Search Tag Extra Field Specification Product Segregation Vendor Name* Select Vendor Name @foreach ($vendor_details as $list) {{ $list->vendor_name }}-({{ $list->vendor_code }}) @endforeach Delivery Type : Hand Delivery Courier Personalize Product(No of Images) @endif @endsection