@extends('layouts.master') @section('content')
| PLAQUE | DATE DE PAIEMENT | MONTANT (FBu) | DATE D'EXPIRATION |
|---|---|---|---|
| {{$c->num_immatriculation}} | {{ date('d-m-Y', strtotime($c->date_debut))}} | {{number_format($c->montant, 0, ',', ' ')}} | {{ date('d-m-Y', strtotime($c->date_fin))}} |