PATH:
home
/
centosnipponia
/
public_html
/
apptt-oldgit
/
resources
/
views
/
layouts
@isset($sp_for_model) <x-adminlte-datatable id="table_sp" :heads="$heads_sp" :config="$config" striped hoverable with-buttons> @foreach($sp_for_model as $key=>$sp) <tr> <td style="text-align: right;">{{$sp['product_nbr']}}</td> <td style="text-align: right;">{{$sp['product_name']}}</td> <td style="text-align: right;">{{$sp['qty_avail']}}</td> <td style="text-align: right;">{{$sp['virtual_avail']}}</td> <td style="text-align: right;">@isset($soldsp[$key]) {{$soldsp[$key]}} @endisset</td> </tr> @endforeach </x-adminlte-datatable> @endisset
[+]
..
[-] app.blade.php
[edit]
[-] revenue_table.blade.php
[edit]
[-] units_target_sales_table.blade.php
[edit]
[-] modelns_stock_status_table.blade.php
[edit]
[-] model_stock_status_table_check.blade.php
[edit]
[-] non_del_stock_table.blade.php
[edit]
[-] sales_target_input_table.blade.php
[edit]
[-] stock_avail_table.blade.php
[edit]
[+]
pick_del
[-] sp_per_catalog_table.blade.php
[edit]
[+]
pick_del_edit
[-] model_stock_status_table.blade.php
[edit]
[+]
emails
[-] .htaccess.disabled
[edit]