@extends('layouts.admin.app') @section('content') @if( Session::get('permissions.user_type') == 'A' ) @foreach (['danger', 'warning', 'success', 'info'] as $msg) @if(Session::has('alert-' . $msg)) {{ Session::get('alert-' . $msg) }} @endif @endforeach @csrf Edit Product 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) @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 Delay Days* Alt Keyword* Meta Title* Meta Description* {{$productdetails->meta_description}} Search Tag search_tag) value="{{$productdetails->search_tag}}"@endif> FNID* Extra Field* @endif @endsection