@props([ 'icon' => 'fas fa-inbox', 'title' => 'No data found', 'message' => 'There are no records to display yet.', 'action' => null, 'actionUrl' => null, 'actionLabel' => 'Create New', ])
{{ $title }}

{{ $message }}

@if($actionUrl) {{ $actionLabel }} @endif {{ $slot ?? '' }}