@extends('backend.layout') @section('titre') Attributs @endsection @section('content') @php $modele='attributs' @endphp
Modifier attribut
@if ($errors->any())
@endif
id)}}" class="needs-validation add-product-form" method="post"> @csrf @method('PUT')
@foreach($GLOBALS['languages'] as $language)
defaut==1) {{'required'}} @endif value="{{$attribut->translate($language->name)->name}}" class="form-control" id="{{$language->name}}_name" name="{{$language->name}}_name" type="text" >
@endforeach
@endsection