@extends('layouts.admin') @section('header', 'Modifier le Produit') @section('content')
@csrf @method('PUT')

Images du produit

@foreach($product->images as $image)
@if(!$image->is_featured) @else Principal @endif
@endforeach
@endsection @push('scripts') @endpush