@component('components.table')
@slot('thead')
{{ __('Codigo') }}
{{ __('Combo') }}
{{ __('Productos') }}
{{ __('Acciones') }}
{{ __('ID') }}
@endslot
@slot('tfoot')
@endslot
@endcomponent
{{-- @if (count($data) > 0)
@foreach ($data as $key => $item)
@endforeach
# |
Codigo |
Combo |
Productos |
Editar |
Eliminar |
{{ $key + 1 }} |
{{ $item->codigo }} |
{{ $item->combo }} |
{{ count($item->productos) }} |
|
|
@else
¡Opps! Parece que no tienes ningun combo registrado.
@endif --}}