@extends('admin.layout') @section('content')

Déclarations de Garantie

Liste exhaustive des activations de garantie effectuées par les clients.

@foreach($garanties as $garantie) @endforeach
Client Produit Revendeur Date d'achat Actions
{{ $garantie->nom }} {{ $garantie->prenom }}
{{ $garantie->tel }}
{{ $garantie->produit }}
{{ $garantie->categorie }} @if($garantie->sous_categorie) / {{ $garantie->sous_categorie }} @endif
{{ $garantie->dimension }}
{{ $garantie->revendeur }} {{ $garantie->date_achat }} Détails
@endsection