@extends('dashboard._theme_dashboard') @section('content')
@csrf
Editar cliente | Ficha cadastral

Informações da cadastro

Endereço Principal

Endereço Entrega

Crédito

Dados fiscais

Dados bancários

Responsáveis por compras (Contato Cliente)
@foreach($client_buyers as $buyer) @endforeach
Nome Contato Email
{{$buyer->buyer_name}} {{$buyer->buyer_contact}} {{$buyer->buyer_email}}

Arquivos complementares (opcional)
$client_data->client_id])}}">
Nome do arquivo Data Upload Tamanho Formato Remover

Vincular vendedores (opcional)
@foreach($client_seller as $seller) @endforeach
Nome vendedor Comissão (%) Meta (R$) Dia fechamento Editar Remover
{{$seller->seller_name}} {{$seller->seller_commission}} {{$seller->seller_goal}} {{$seller->seller_closing_day}}

Histórico de compras
@foreach($client_history as $history) @endforeach
N° Compra Data Compra Qtde Produto Preço Unit. Preço Total Status Compra
{{$history->sale_number}} {{date("d/m/Y", strtotime($history->sale_emission))}} {{$history->item_amount}} {{$history->product_description}} R$ {{number_format($history->item_unity_value, 2, ",", ".")}} R$ {{number_format($history->item_total_value, 2, ",", ".")}} {{$history->sale_status}}
Cadastrar Responsável
@csrf
Cadastrar Vendedor
@csrf
@endsection @section('customJS') @endsection