Пример #1
0
    @include('snipets.warning')
    <?php 
}
?>
<table class="table wp-list-table striped">
    <thead>
        <tr>
            <th>E-Mail</th>
            <th>Prenume</th>
            <th>Nume de familie</th>
            <th>Stare</th>
        </tr>
    </thead>
    <tbody>
        <?php 
$statuses = \App\Models\Order::getStatusValues();
/* @var $order \App\Model\Order */
foreach ($orders as $order) {
    ?>
            <tr>
                <td>
                    <?php 
    echo $order->email;
    ?>
                </td>
                <td>
                    <?php 
    echo $order->firstname;
    ?>
                </td>
                <td>