@props([ "data" => "", "toolbar" => "", "title" => "", "subtitle" => "", "module_name" => "", "module_title" => "", "module_icon" => "", "module_action" => "", ])
@if ($slot != "")

{{ $slot }}

@else

{{ __($module_title) }} {{ __($module_action) }}

@endif @if ($subtitle)
{{ $subtitle }}
@endif
@if ($toolbar) @else @endif