@extends('app') @section('content')
Regresar
Inicio
Plantilla
Añadir Usuario
Dar de alta un nuevo Ejecutivo
@include('errors.partials.alert', ['errors' => $user->getErrors()]) @include('manager.users.partials.form')
@stop @section('script') @stop