{{-- Usage: @include('partials._empty-state', ['icon' => 'ph-folder-notch-open', 'title' => 'No records found', 'subtitle' => 'Create your first record to get started.', 'action' => route('xxx'), 'actionLabel' => 'Create New']) --}}
{{ $title ?? 'No records found' }}

{{ $subtitle ?? '' }}

@if(isset($action) && isset($actionLabel)) {{ $actionLabel }} @endif