@props(['title' => '', 'message' => 'No records found', 'icon' => ''])
@if($icon)
{!! $icon !!}
@endif @if($title)

{{ $title }}

@endif

{{ $message }}

{{ $slot }}