@extends('layouts.app') @section('content')
@if(Gate::allows('manage-users')) @endif @if(Gate::allows('manage-inventario')) @endif @if(Gate::allows('manage-inventario')) @endif
@if(Gate::allows('manage-inventario')) Importador de ganadores Importador de acreditables @endif @if(Gate::allows('manage-inventario') || Gate::allows('manage-cuentas') || Gate::allows('view-reports')) Administrador de órdenes @endif
@if(Gate::allows('manage-inventario') || Gate::allows('manage-garantias'))
@endif
@if(Gate::allows('manage-cuentas')) Importador de Plantilla General @endif @if(Gate::allows('manage-cuentas')) Ver Plantilla General actual @endif
@if(Gate::allows('manage-inventario'))
@endif @if(Gate::allows('manage-cuentas'))
@endif
@if(Gate::allows('manage-cuentas') || Gate::allows('view-reports')) Consulta de capacidad de descuento @endif
@if(Gate::allows('manage-cuentas')) Importador de cuentas de Administrativos @endif @if(Gate::allows('manage-cuentas') || Gate::allows('view-reports')) Validación capacidad descuento Administrativos @endif @if(Gate::allows('manage-cuentas') || Gate::allows('view-reports')) Solicitudes de Administrativos @endif
@if(Gate::allows('manage-cuentas')) Importador de cuentas de Ventas @endif @if(Gate::allows('manage-cuentas') || Gate::allows('view-reports')) Validación capacidad descuento Ventas @endif @if(Gate::allows('manage-cuentas') || Gate::allows('view-reports')) Solicitudes de Ventas @endif
@endsection