@extends('layouts.admin_layout.admin_layout') @section('content')

Product

Edit Product

@csrf
Old Image
Old Image
@if($getProductData->display_images)
Old Images:
@foreach(explode(',', $getProductData->display_images) as $img) Old Image @endforeach @endif

Update Product Features

@foreach($getProductData->productFeature as $data) @endforeach
Image Title Description Action
no image {{ $data->title }} {{$data->description}} mode_edit {{--
--}} @csrf @method('DELETE')
@endsection