Dados do Faturamento
| Booking | Navio | Data do BL | BL N. | Qty | POL | POD | Ref. Cliente |
|---|---|---|---|---|---|---|---|
| {{$loading->booking}} {{-- {{$loading->status}}- {{$loading->id}}- {{$loading->SAOE}} --}} | {{$loading->vessel->descricao}} | {{$loading->BlDate}} | {{$loading->BlNumber}} | {{$loading->containerQty}} | {{$loading->loading_ports->descricao}} | {{$loading->code_of_ports1->place .', '. $loading->code_of_ports1->country}} | {{$loading->shipperReference}} |
Observações: |
{{ $others_info[0]->comments ?? ''}} | ||||||
Serviços
| Description | Price BRL | Price US | Quantity | Dollar Rate | Amount (BRL) |
| {{$fee['descricao']}} | {{-- {{$fee['price']}} --}} {{number_format($fee['price'],2,",",".")}} | {{-- {{$fee['priceUS']}} --}} {{number_format($fee['priceUS'],2,",",".")}} | {{-- {{$fee['qty']}} --}} {{number_format($fee['qty'],2,",",".")}} | @if($fee['dollar_rate'] <> 1 && $fee['priceUS'] <> '0,00' && $fee['priceUS'] <> null) {{number_format($fee['dollar_rate'],4,",",".")}} @else - @endif | {{-- {{$fee['amount_BRL']}} --}} @if($fee['dollar_rate'] <> 1 && $fee['priceUS'] <> '0,00' && $fee['priceUS'] <> null) {{number_format(($fee['amount_BRL'] * $fee['dollar_rate']),2,",",".")}} {{-- {{$fee['amount_BRL']}}{{$fee['dollar_rate']}} --}} @else {{number_format($fee['amount_BRL'],2,",",".")}} @endif |
Valor Total |
{{ isset($others_info[0]->total_amount_BRL) ? number_format($others_info[0]->total_amount_BRL,2,",",".") : ''}}
{{-- {{number_format($others_info[0]->total_amount_BRL,2,",",".")}}--}} {{--{{$others_info[0]->total_amount_BRL}} kjkj--}} |
||||
Vendedor:
{{$vendedor->name ?? ''}}{{$vendedor->address ?? ''}}{{$vendedor->countries->descricao ?? ''}} - {{isset($vendedor->cities->descricao) ? strtoupper($vendedor->cities->descricao) : ''}} / {{isset($vendedor->states->uf) ? strtoupper($vendedor->states->uf) : ''}}{{$vendedor->CNPJ ?? ''}} |
Comprador:
{{$comprador->name ?? ''}}{{$comprador->address ?? ''}}{{$comprador->countries->descricao ?? ''}} - {{isset($comprador->cities->descricao) ? strtoupper($comprador->cities->descricao) : ''}} / {{isset($comprador->states->uf) ? strtoupper($comprador->states->uf) : ''}}{{$comprador->CNPJ ?? ''}} |
Dados Bancários para Transferencia:{{$bankDetails[0]->companyName ?? ''}}{{$bankDetails[0]->CNPJ ?? ''}}{{$bankDetails[0]->bank ?? ''}}
|