@props(['title' => '', 'total' => 0, 'count' => 0])
{{-- Header --}}
@if($title || $total > 0)
@if($title)
{{ $title }} @if($total > 0)({{ $total }})@endif
@endif
@if($count > 0 && $total > 0)
Mostrando {{ $count }} de {{ $total }} registros
@endif
@endif
{{-- Tabla responsive --}}