@extends('layouts.admin.master') @section('styles') @endsection @section('body-content')

@csrf
{{--
--}}
your image
@if(count($product["multi_images"])==0)
@else
@foreach($product["multi_images"] as $key=>$im)
@endforeach
@endif
@foreach($categorysize as $key => $category_size)

Warning: Undefined variable $key in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/admin/product/editProductEdit.blade.php on line 232
@endforeach
@if(isset($re["cat_id"])) @else @endif
@endsection @section("scripts") @endsection