@extends('adminlte::page') @section('plugins.Datatables', true) @section('plugins.Sweetalert2', true) @section('title', 'Intranet | Registros De Bodegas') @section('content_header')
@stop @section('content')

Registros De Bodegas

@foreach ($bodegas as $bodega) @if ($bodega->estado == 'Operativo') @else @endif @endforeach
Acción Bodega Tipo Bodega Sucursal Estado
@if (Gate::check('bodega.destroy') || Gate::check('bodega.edit') | Gate::check('bodega.inventario'))
@endif
{{ $bodega->bodega }} {{ $bodega->tipo }} {{ $bodega->sucursal }} {{ $bodega->estado }}{{ $bodega->estado }}
@stop @section('footer')
Intranet
Copyright © 2023 aspenspa.cl @stop @section('css') @stop @section('js') @if (Gate::check('bodega.create')) @else @endif @stop