@foreach($default as $action)
  • {!! \Dcat\Admin\Support\Helper::render($action) !!}
  • @endforeach @if(!empty($custom)) @if(!empty($default))
  • @endif @foreach($custom as $action)
  • {!! $action !!}
  • @endforeach @endif