@extends('admin.layout.index') @section('title') ویرایش تصویر محصول @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

{{ $image->alt_text }}

@endforeach

@csrf
بازگشت
@endsection