@extends('templete.layout') @section('contenido')
Sysme

Clientes

@foreach($clientes as $cliente) @endforeach
Nombre Direccion RFC Telefono Celular Ubicacions acciones
{{$cliente->nombrecliente}} {{$cliente->clientedireccion}} {{$cliente->rfc}} {{$cliente->clientecelular}} @if($cliente->googlecurl) Ubicacion @endif
@endsection @section('scripts') @endsection