@extends('template.layout') @section('content')

{{ config('constants.SISTEMAS')[config('constants.GENERAL.SISTEMA')] }}

{{ config('constants.INSTITUCIONES')[config('constants.GENERAL.INSTITUCION')] }}

Accesos Rápidos

@if(Auth::user()->hasRole('Mesa de partes'))
Mesa de Partes
Listado de Expedientes
Trámites
Listado de trámites TUPA
Reportes
Reportes Estadisticos y Gráficos
@endif @if(Auth::user()->hasRole('Dependencia'))
Seguimiento
Expedientes Derivados
@endif
@endsection @section('scripts') @endsection