@extends('layouts.app') @section('content')

Clientes

Total: {{count($data)}} @foreach($data as $item) @endforeach
N° Cliente Nombre Telefono 1 Telefono 2 Telefono 3 Telefono 4 Email Direccion
{{$item->code}} {{$item->fullName}} {{$item->phone}} {{$item->phone}} {{$item->phone3}} {{$item->phone4}} {{$item->email}} {{$item->address}}
@endsection @section('scripts') @endsection