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

Listado de Personal

@php ($count = 1) @foreach($users as $item) @php ($count++) @endforeach
@endsection @section('scripts') @endsection