@extends('admin.layouts.admin') @section('title') edit products Images @endsection @section('script') @endsection @section('content')
ویرایش تصاویر محصول : {{ $product->name }}

@include('admin.sections.errors') {{-- Show Primary Image --}}
تصویر اصلی :
{{ $product->name }}

تصاویر :
@foreach ($product->images as $image)
{{ $product->name }}
@method('DELETE') @csrf
@method('PUT') @csrf
@endforeach @if($product->image_sale!=null)
{{ $product->name }}
@method('DELETE') @csrf
@endif

@csrf
بازگشت
@endsection