@extends('layouts.user_type.auth') @section('content')
Financeiro

Página com requisições das lojas/clientes para cancelamentos/estornos.

@foreach ($ordersP as $oP) @endforeach
Pedido
ID
Atendente
Cpf
Observações NF
CPF Cliente
Cdloja
Total
Status
{{ $oP->order_number }}
{{ $oP->order_id }}
{{ $oP->attendant_name ? $oP->attendant_name : 'Não informado' }}
{{ $oP->attendant_cpf ? $oP->attendant_cpf : 'Não informado' }}

{{ $oP->observation }}


{{ $oP->check_products == 1 ? 'Ofereceu produtos.' : 'Não ofereceu produtos.' }}
{{ $oP->check_stores == 1 ? 'Verificou troca de filial.' : 'Não verificou troca de filial.' }}
{{ $oP->check_transfer == 1 ? 'Tentou transferência.' : 'Não tentou transferência.' }}
{{ $oP->nf ? $oP->nf : 'Sem NF' }}
{{ $oP->client_cpf }}
{{ $oP->store_id }}
{{ $oP->total }}
@foreach ($ordersR as $oR) @endforeach
Pedido
ID
Atendente
Cpf
Observações NF
CPF Cliente
Cdloja
Total
Status
{{ $oR->order_number }}
{{ $oR->order_id }}
{{ $oR->attendant_name ? $oR->attendant_name : 'Não informado' }}
{{ $oR->attendant_cpf ? $oR->attendant_cpf : 'Não informado' }}

{{ $oR->observation }}


{{ $oR->check_products == 1 ? 'Ofereceu produtos.' : 'Não ofereceu produtos.' }}
{{ $oR->check_stores == 1 ? 'Verificou troca de filial.' : 'Não verificou troca de filial.' }}
{{ $oR->check_transfer == 1 ? 'Tentou transferência.' : 'Não tentou transferência.' }}
{{ $oR->nf ? $oR->nf : 'Sem NF' }}
{{ $oR->client_cpf }}
{{ $oR->store_id }}
{{ $oR->total }}
@foreach ($ordersD as $oD) @endforeach
Pedido
ID
Atendente
Cpf
Observações NF
CPF Cliente
Cdloja
Total
Status
{{ $oD->order_number }}
{{ $oD->order_id }}
{{ $oD->attendant_name ? $oD->attendant_name : 'Não informado' }}
{{ $oD->attendant_cpf ? $oD->attendant_cpf : 'Não informado' }}

{{ $oD->observation }}


{{ $oD->check_products == 1 ? 'Ofereceu produtos.' : 'Não ofereceu produtos.' }}
{{ $oD->check_stores == 1 ? 'Verificou troca de filial.' : 'Não verificou troca de filial.' }}
{{ $oD->check_transfer == 1 ? 'Tentou transferência.' : 'Não tentou transferência.' }}
{{ $oD->nf ? $oD->nf : 'Sem NF' }}
{{ $oD->client_cpf }}
{{ $oD->store_id }}
{{ $oD->total }}
@foreach ($ordersDe as $oDe) @endforeach
Pedido
ID
Atendente
Cpf
Observações NF
CPF Cliente
Cdloja
Total
Status
{{ $oDe->order_number }}
{{ $oDe->order_id }}
{{ $oDe->attendant_name ? $oDe->attendant_name : 'Não informado' }}
{{ $oDe->attendant_cpf ? $oDe->attendant_cpf : 'Não informado' }}

{{ $oDe->observation }}


{{ $oDe->check_products == 1 ? 'Ofereceu produtos.' : 'Não ofereceu produtos.' }}
{{ $oDe->check_stores == 1 ? 'Verificou troca de filial.' : 'Não verificou troca de filial.' }}
{{ $oDe->check_transfer == 1 ? 'Tentou transferência.' : 'Não tentou transferência.' }}
{{ $oDe->nf ? $oDe->nf : 'Sem NF' }}
{{ $oDe->client_cpf }}
{{ $oDe->store_id }}
{{ $oDe->total }}
@endsection @push('dashboard') @endpush @push('script') @endpush