@extends("layouts.dashboard") @section("wrapper")
@include("layouts.second-header")
@lang("Retour")

@lang("Modifier") {{ $title ?? "Titre" }}

{{--
{{ $count }} Enregistrements
--}}
@include("layouts.alert")
@csrf @method("put")
@if($rubrique->imageFichier !=null) @else preview image @endif @error("image_fichier_id")
{{$message}}
@enderror
@if($rubrique->rubriq!=null)
@endif
@error("libelle")
{{$message}}
@enderror
@lang("Informations complementaires")
@if($rubrique->infos_json!=null) @foreach ($infos_json as $k=> $info_json)
@error("infos_json")
{{$message}}
@enderror
@endforeach @endif
@lang("Annuler")
@endsection