@extends('backend.layout') @section('titre') Valeur Attributs @endsection @section('content') @php $modele='attributoptions' @endphp
Ajouter Valeur Attributs : "{{$attribut->name}}"
@if ($errors->any())
@endif
@csrf
@foreach($GLOBALS['languages'] as $language)
defaut==1) {{'required'}} @endif id="{{$language->name}}_valeur" name="{{$language->name}}_valeur" type="text" >
@endforeach @if($attribut->type==2)
@endif
@endsection