@extends('layouts.app') @section('titulo', $cliente->exists ? 'Editar Cliente' : 'Novo Cliente') @section('subtitulo', 'Clientes') @section('conteudo')
@csrf @if ($cliente->exists) @method('PUT') @endif
Dados Gerais
Endereço
Contato
Observações
Comercial
R$
ativo ?? true) ? 'checked' : '' }}>
Cancelar
@endsection