@extends('adminlte::page') @section('plugins.Datatables', true) @section('plugins.Sweetalert2', true) @section('title', 'Intranet | Registros De Bodegas') @section('content_header')
| Acción | Bodega | Tipo Bodega | Sucursal | Estado | |
|---|---|---|---|---|---|
|
@if (Gate::check('bodega.destroy') || Gate::check('bodega.edit') | Gate::check('bodega.inventario'))
|
{{ $bodega->bodega }} | {{ $bodega->tipo }} | {{ $bodega->sucursal }} | @if ($bodega->estado == 'Operativo'){{ $bodega->estado }} | @else{{ $bodega->estado }} | @endif