@extends('layouts.admin') @section('title', 'Modifier un attribut') @section('page-title', 'Attributs produits') @section('content')

Modifier un attribut

Retour
@if($errors->any())
@endif
@csrf @method('PUT')
required) ? 'checked' : '' }} class="h-4 w-4 rounded border-gray-300 text-primary focus:ring-primary">
@foreach($categories as $category) @endforeach
Annuler
@endsection