@extends('layouts.backend.app') @section('content')
{{--

Product image Edit

--}}
@csrf

@if(!empty($productImages))
@foreach($productImages as $img)
@endforeach
@endif
@endsection