@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' || Session::get('permissions.user_type') == 'OP' || Session::get('permissions.user_type') == 'M') @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}} {{-- --}} is_block == 'N') checked @endif> @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 --}} Specification* Select Specification @foreach ($specifications as $list) @if ($productdetails->specification == $list->specification_name) @else @endif {{ $list->specification_name }} @endforeach Product Segregation* Select Segregation @foreach ($segregations as $list) @if ($productdetails->segregation == $list->segregation_name) @else @endif {{ $list->segregation_name }} @endforeach 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($productPersonalize) Personalize Product(No of Images) Personalize Text Message : text_msg == 'Y' ? 'checked' : '' }}> Yes text_msg == 'N' ? 'checked' : '' }}> No @endif Search Tag search_tag) value="{{$productdetails->search_tag}}"@endif> Extra Field @endif @endsection