@extends('layouts.app') @section('content')
N° Cliente | Nombre | Telefono 1 | Telefono 2 | Telefono 3 | Telefono 4 | Direccion | |
---|---|---|---|---|---|---|---|
{{$item->code}} | {{$item->fullName}} | {{$item->phone}} | {{$item->phone}} | {{$item->phone3}} | {{$item->phone4}} | {{$item->email}} | {{$item->address}} |