@extends('adminlte::layouts.app') @section('htmlheader_title') | Empleados @endsection @section('contentheader_title') Empleado Nuevo @endsection @section('angularcontroller') ng-controller="employeedController" @endsection @section('main-content')
Listado de Empleados
Nombre Apellido Documento DNI/RUC Direccion Telefono Accion
@{{$index+1}} @{{item.name}} @{{item.firstname}} @{{item.document}} @{{item.identitynumber}} @{{item.address}} @{{item.phone}}
@include ('employeed.modal-create') @include ('employeed.modal-delete') @include ('employeed.modal-user') @endsection @section ('javascript') @endsection