PATH:
home
/
lab2454c
/
vaultchip.com
/
platform
/
core
/
table
/
resources
/
views
<div class="dropdown dropdown-hover"> <a href="javascript:;">{{ trans('core/table::table.bulk_change') }} <i class="fa fa-angle-right"></i> </a> <div class="dropdown-content"> @foreach ($bulk_changes as $key => $bulk_change) <a href="#" data-key="{{ $key }}" data-class-item="{{ $class }}" data-save-url="{{ $url }}" class="bulk-change-item">{{ $bulk_change['title'] }}</a> @endforeach </div> </div>
[-] table.blade.php
[edit]
[+]
..
[-] base-table.blade.php
[edit]
[-] simple-table.blade.php
[edit]
[-] filter.blade.php
[edit]
[-] modal.blade.php
[edit]
[+]
partials
[-] table-info.blade.php
[edit]
[-] bulk-changes.blade.php
[edit]