@extends('layout.sidebar')
@section('content')
@section('title','MÁS OPCIONES')
@if($serial_usr)
BIENVENIDO
@if(count($processUser) > 0)
@foreach($processUser as $process)
@endforeach
@else
No se encontraron procesos asignados
@endif
@else
@endif
{{ HTML::script('js/menuApp/index.js') }}
@stop