@props(['icon' => 'fas fa-inbox', 'title', 'message', 'action' => null, 'image' => null])
@if($image) Empty State @else
@endif

{{ $title }}

{{ $message }}

@if($action)
@if(isset($action['primary'])) {{ $action['primary']['label'] }} @endif @if(isset($action['secondary'])) {{ $action['secondary']['label'] }} @endif
@endif