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