PATH:
home
/
centosnipponia
/
public_html
/
apptt
/
resources
/
views
/
layouts
/
pick_del_edit
<div class="table-responsive" > <table id="pickdellist" class="table mikro" > <thead > <tr> <th>#</th> <th id="dealer">Dealer</th> <th id="type">Type</th> <th>Routing</th> </tr> </thead> <tbody> @foreach($uii as $result) <tr> <td ><a href=del_pick_finalized?id={{$result->id}}>{{$result->id}}</a></td> <td>{{$result->address}}</td> <td >{{$result->pickingtype}}</td> <td >{{$result->routingnbr}} at {{$result->routingdate}}</td> </tr> @endforeach </tbody> <tfoot> </tfoot> </table> </div> <link rel="stylesheet" href="{{ asset('css/pick_del_list.css') }}"> <!-- custom --> <script type="text/javascript" src="{{ asset('js/va/pick_del_list.js') }}"></script>
[+]
..
[-] del_pick_list_table.blade.php
[edit]
[-] form_bat_det.blade.php
[edit]
[-] form_charger_det.blade.php
[edit]
[-] form_checkbox.blade.php
[edit]
[-] form_com_det.blade.php
[edit]
[-] form_del_det.blade.php
[edit]
[-] form_sign_pad.blade.php
[edit]
[-] form_veh_det.blade.php
[edit]
[-] .htaccess.disabled
[edit]