@extends('layouts.admin.app') @section('content') {{-- --}} @if( Session::get('permissions.user_type') == 'A' || Session::get('permissions.user_type') == 'SA' || Session::get('permissions.user_type') == 'E') @foreach (['danger', 'warning', 'success', 'info'] as $msg) @if(Session::has('alert-' . $msg)) {{ Session::get('alert-' . $msg) }} @endif @endforeach @csrf Edit Product FNID* SKU (OLD ID)* Category* Product Title* Product Description* {{$productdetails->description}} Content {{$productdetails->content}} Shipping {{$productdetails->delivery_info}} Has Attribute? has_attribute=="Y") checked @endif>Yes has_attribute=="N") checked @endif>No Create Attribute* @php $index = 0; @endphp @if(count($attributedetails)>0) @foreach($attributedetails as $attributedetails) {{-- --}} {{$attributedetails->content}} @php $index++; @endphp @endforeach @else {{-- --}} @php $index++; @endphp @endif Product Price* MRP actual_price) value="0" @else value="{{$productdetails->actual_price}}" @endif> Note: You can leave it blank if product price and actual price is same Delivery Type : delivery_type == 'H' ? 'checked' : '' }}> Hand Delivery delivery_type == 'C' ? 'checked' : '' }}> Courier Delivery Delay Days* Alt Keyword* Meta Title* Meta Description* {{$productdetails->meta_description}} Specification Product Segregation Vendor Name* Select Vendor Name @foreach ($vendor_details as $list) @if ($productdetails->vendor_name == $list->vendor_code) @else @endif {{ $list->vendor_name }}-({{ $list->vendor_code }}) @endforeach @if($no_of_image>0) Personalize Product(No of Images) @endif Search Tag search_tag) value="{{$productdetails->search_tag}}"@endif> Extra Field @endif @endsection