@extends('admin.layout') @section('content')
| # | Statut | Nom | N° Pièce | Pays | Type ID | Date | Type Sujet | Type Rapport | Catégorie | Action |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} |
Chargement...
|
@foreach($row as $key => $cell)
{{ $cell }} | @endforeach@if($row[5] === 'PP') Particulier @elseif($row[5] === 'PM') Entreprise @else Inconnu @endif | @if($row[5] === 'PP' || $row[5] === 'PM') @endif |