@extends('layouts.admin')
@section('styles')
@endsection
@section('content')
No |
NOMBRE |
DPI |
TELEFONOS |
|
@foreach ($data as $encargado)
{{ $encargado->id }} |
{{ $encargado->nombre1 }} |
{{ $encargado->dpi1 }} |
Primario: {{ $encargado->telefono1}} Secundario: {{ $encargado->telefono2 }} |
|
@endforeach
@endsection
@section('scripts')
@endsection