@extends('layouts.master') @section('content')

Liste des controles techniques

@foreach($control as $c) @endforeach
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))}}
@endsection @section('page-script') @stop