@extends('Admin.layout.master1') @section('title','Admin | Proje Görsel Ekle') @section('content')
Projeyi düzenle ( {{ $productDetails->id }})
@csrf
@foreach($productImages as $image) @endforeach
Ürün Resim ID Ürün ID Ürün Resim İşlemler
{{ $image->product_image_id }} {{ $image->product_id }} Kaldır
@endsection @section('css') @endsection @section('javascript') @endsection