@extends('layouts.app') @section('title', $cliente->exists ? 'Editar cliente' : 'Nuevo cliente') @section('content') @php $editando = $cliente->exists; @endphp