@if ($warehouse->is_active && $warehouse->name != 'SISCOPLAGAS-MRO') {{-- Editar --}} @if(auth()->user()->work_department_id == 1) {{ __('buttons.edit') }} @endif @if(auth()->user()->work_department_id == 1 || auth()->user()->work_department_id == 5 || auth()->user()->work_department_id == 6) {{-- Entradas --}} {{-- --}} {{ __('buttons.input') }} {{-- Salidas --}} {{-- --}} {{ __('buttons.output') }} @endif {{-- Movimientos --}} {{ __('buttons.movements') }} {{-- Stock --}} Productos {{-- --}} {{-- Eliminar --}} @if(auth()->user()->work_department_id == 1) @endif @endif