Beispiel #1
0
                        <table class="table">
                            <thead>
                                <tr>
                                    <th>No</th>
                                    <th>Kendaraan</th>
                                    <th>Tgl Permasalahan</th>
                                    <th>Permasalahan</th>
                                    <th>Tgl Solusi</th>
                                    <th>Solusi</th>
                                    <th>Action</th>
                                </tr>
                            </thead>
                            <tbody>
                        <?php 
$i = 1;
foreach ($status->findStatusKendaraan() as $key => $value) {
    ?>
                                <tr>
                                    <td><?php 
    echo $i;
    ?>
</td>
                                    <td><?php 
    echo $value['kendaraan'];
    ?>
</td>
                                    <td><?php 
    echo $value['tgl_permasalahan'];
    ?>
</td>
                                    <td><?php