@yield('stylemodules')
{{--
--}}
{{-- Módulo de Mantenimiento --}}
{{-- deberia llamarse: mantenedor --}}
{{-- hasPermiso('mantenedor') --}}
@if(hasPermiso('mantenedor')==1)
-
Mantenedores
@endif
{{-- - Tasación
--}}
@if(hasPermiso('ordenretiro')==1)
-
Orden de Retiro
@endif
@if(hasPermiso('existencia')==1)
-
Existencia
@endif
@if(hasPermiso('inexistencia')==1)
-
Historicos
@endif
{{-- @if(hasPermiso('actas')==1)
-
Actas
@endif --}}
{{-- -
Proveedores
--}}
{{-- @if(hasPermiso('facturas')==1)
-
Factura
@endif --}}
@if(haspermiso('reportes')==1)
-
Reportes
@endif
@if(haspermiso('ciaAseguradoras')==1)
-
Compañia
@endif
@if (Auth::guest())
- Login
@else
-
{{-- {{ Auth::user()->name }} --}}
Salir
@endif
@yield('content')
@yield('scriptsmodules')
@include('sweet::alert')