@extends('../layouts.app') @section('title', 'Editar Participante') @section('content') @include('../layouts.headers.cards_prod') @include('../layouts.footers.auth')

{{ __('Cadastro de Clientes') }}

@foreach($clientes as $cliente) @endforeach
{{csrf_field()}}
Dados Pessoais
status_cliente) && $cliente->status_cliente == 1 ? 'checked' : '' }}>
status_cliente) && $cliente->status_cliente == 0 ? 'checked' : '' }}>
whatsapp_cliente) && $cliente->whatsapp_cliente == 1 ? 'checked' : '' }}>
whatsapp_cliente) && $cliente->whatsapp_cliente == 1 ? 'checked' : '' }}>

Endereço
@endsection @push('js') @endpush