@component('components.table')
@slot('thead')
{{ __('Bodega') }}
{{ __('Ciudad') }}
{{ __('Pais') }}
{{ __('Direccion') }}
{{ __('Acciones') }}
{{ __('ID') }}
@endslot
@slot('tfoot')
@endslot
@endcomponent
{{-- @if (count($bodegas) > 0)
@foreach ($bodegas as $key => $item)
@endforeach
# |
Bodega |
Ciudad |
Pais |
Dirección |
Editar |
Eliminar |
{{ $key + 1 }} |
{{ $item->bodega }} |
{{ $item->ciudad }} |
{{ $item->pais }} |
{{ $item->direccion }} |
|
|
@else
¡Opps! Parece que no tienes ninguna bodega registrada.
@endif --}}