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

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

@csrf
@if($rubrique->imageFichier !=null) @else preview image @endif
@if($rubrique->rubrique!=null)
@endif
@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
@endsection