{{ __('commerce::commerce.actions.view_orders') }}
{{-- Quick Actions with Visual Icon Cards --}}

{{ __('commerce::commerce.sections.quick_actions') }}

@foreach($this->quickActions as $action)
{{ $action['title'] }}
{{ $action['subtitle'] }}
@endforeach