@if ($errorMessage)
{{ $errorMessage }}
@endif {{-- Formulaire de recherche --}}

Rechercher des articles

Rechercher
{{-- Resultats --}} @if (count($data) > 0)

Resultats

@if ($metadata) {{ $metadata['rowcount'] ?? 0 }} resultat(s) @endif
@foreach (array_keys(is_array(reset($data)) ? reset($data) : $data) as $key) @endforeach @foreach ($data as $row) @foreach ((is_array($row) ? $row : [$row]) as $value) @endforeach @endforeach
{{ $key }}
{{ is_array($value) ? json_encode($value) : $value }}
@endif {{-- Stock d'un article --}}

Verifier le stock d'un article

Verifier le stock
@if (count($stockData) > 0)
{{ json_encode($stockData, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE) }}
@endif