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_harga.blade.php

    
    <table class="table table-striped table-hover table-bordered matmix-dt">
        <thead>
            <tr>   
                
                <th>Minimal Pembelian Per Satuan Jual</th> <!-- column 1 -->
                <th >Harga Beli</th> <!-- column 1 -->
                <th >Harga Jual</th> <!-- column 1 -->
                <th >Diskon</th> <!-- column 1 -->

              </tr>
            
        </thead>
        <tbody>
           
               
            @foreach($data->harga_barang as $harga)
                <tr>
                    <td>
                        {{ $harga->beli_isi }} {{ $harga->satuan_jual->nm_satuan }}
                    </td>
                    <td >
                        Rp.{{ number_format($harga->harga_beli) }}
                    </td>
                    <td>
                        Rp.{{ number_format((float)$harga->harga_jual) }}
                    </td>
                    <td>
                        {{ $harga->diskon }}
                    </td>

                   
                </tr>
            @endforeach
           
            
        </tbody>
        <tfoot>
            <tr>
                <td colspan="4">
                    <a href="{{ url('barang/'.$data->kd_barang.'/edit/#list-contain') }}" class="btn btn-success btn-sm ">Tambah Harga</a>
                </td>
            </tr>
        </tfoot>
    </table>
</div>

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