@section('content_header')
Totales por Tipo de Actividad
@stop
@section('content')
| Indicadores |
Total |
@foreach($solicitudes_por_tipo as $solicitud)
| {{ $solicitud->tipo }} |
{{ $solicitud->total }} |
@endforeach
| TOTAL GENERAL |
{{ $total_general }} |
@stop
@section('js')
@stop