@props([ 'title' => __('No records found'), 'message' => __('Try changing filters or create a new record to get started.'), 'icon' => 'fa-search', 'actionUrl' => null, 'actionLabel' => null, 'actionIcon' => 'fa-plus', ])
class(['admin-not-found']) }}>
{{ $title }}

{{ $message }}

@if($actionUrl && $actionLabel) {{ $actionLabel }} @endif