@if ($this->showBulkActionsDropdown)
@lang('Bulk Actions')
@foreach($this->bulkActions as $action => $title)
{{ $title }}
@endforeach
@endif