@props(['header', 'headerValues', 'overflowY' => ''])
{{ $header }}
@if (isset($headerAction))
{{ $headerAction }}
@endif
@foreach ($headerValues as $header)
|
{{ $header }} |
@endforeach
@if (isset($body))
{{ $body }}
@else
No hay datos disponibles.
@endif