@extends('layouts.web') @section('estilos') @endsection @section('main')

{{ $cliente->cli_nombre }}

Ver Galeria @foreach($imagenes as $imagen) @endforeach

Descripción

{{ $cliente->cli_descripcion }}

  • {{ $cliente->cli_telefono }}
  • {{ $cliente->cli_direccion }}
@if($cliente->cli_correo)
  • {{ $cliente->cli_correo }}
@endif @if($cliente->cli_pagina_web) @endif

Galeria de imagenes


Ubicación

@endsection @section('scripts') @endsection