@extends("layouts.dashboard") @section("wrapper")
@include("layouts.second-header")
@lang("Retour")
@lang("Voir") {{ $title ?? "Titre" }}
@lang("Liste")
@lang("Ajouter")
@csrf
@lang("image_fichier_id")
@if($rubrique->imageFichier !=null)
@else
@endif
@if($rubrique->rubrique!=null)
@lang("rubrique_id")
{{$rubrique->rubrique->libelle}}
@endif
@lang("libelle")
@error("libelle")
{{$message}}
@enderror
@lang("Informations complementaires")
@if($rubrique->infos_json!=null) @foreach ($infos_json as $info_json)
@error("infos_json")
{{$message}}
@enderror
@endforeach @endif
@lang("Annuler")
@endsection