@if($contentFolderList != null) @foreach ($contentFolderList as $folder)
nom_section)}}">
{{$folder->nom_section}}
@endforeach @endif @if($contentList != null) @foreach ($contentList as $note)
@if ($note->nom_section == null)
@else
@endif
explode( "/", $note->note_path )[0], 'fileName' => explode("/", $note->note_path)[1] ])}}">
{{$note->titre}}
@if ($note->nom_section == null)
@else
@endif
@endforeach @endif
@stack('other-scripts')