data-url="<?php 
echo site_url('admin/' . tpl_order_customer::order_customer() . '/find_all_ajax');
?>
"
               data-cache="false" data-height="400" data-show-refresh="true" data-show-toggle="true"
               data-show-columns="true" data-pagination="true" data-page-list="[5, 10, 20, 50, 100, 200]"
               data-search="true" data-flat="true" data-toolbar="#toolbar">
            <thead>
            <tr>
                <th data-field="<?php 
echo tpl_order_customer::id();
?>
" data-halign="center" data-sortable="true"> ID</th>

                <th data-field="<?php 
echo tpl_customer::customer() . '_' . tpl_customer::f_name();
?>
"
                    data-halign="center" data-sortable="true">Customer</th>

                <th data-field="<?php 
echo tpl_status_order::status_order() . '_' . tpl_status_order::name();
?>
"
                    data-halign="center" data-sortable="true"> Status Oder</th>

                <th data-field="<?php 
echo tpl_order_customer::date_delivery();
?>
" data-halign="center"
                    data-sortable="true"> Date Delivery
?>
" value=""/>
                    </div>

                    <div class="form-group">
                        <label for="">First Name <?php 
echo tpl_customer::customer();
?>
 : </label>
                        <input type="text" class="form-control"
                               id="<?php 
echo tpl_customer::customer() . '_' . tpl_customer::f_name() . '_update';
?>
"
                               name="<?php 
echo tpl_customer::customer() . '_' . tpl_customer::f_name() . '_update';
?>
"/>
                    </div>

                    <div class="form-group">
                        <label for="">Last Name <?php 
echo tpl_customer::customer();
?>
 : </label>
                        <input type="text" class="form-control"
                               id="<?php 
echo tpl_customer::customer() . '_' . tpl_customer::l_name() . '_update';
?>
"
                               name="<?php