</td>
                    <td><?php 
        echo $ligneFacture->getPrix() * $ligneFacture->getQuantite();
        ?>
</td>
                  </tr>
                <?php 
    }
    ?>
              </table>
        </div>
    </div>
    <?php 
} else {
    echo 'Pas de facture précisée';
    $all = $manager->getAll();
    //var_dump($all);
    ?>
    <div class="container">
        <div class="row">
            <div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">

              <table>
                <tr>
                  <th>Client</th>
                  <th>Date</th>
                  <th>Numero</th>
                  <th>Details</th>
                </tr>
                <?php 
    foreach ($all as $a) {