@extends('dashboard._theme_dashboard') @section('content')
Confirmar Emissão
@csrf

Emitente

Destinatário
@if(strlen($client->client_document) > 14)
@else
@endif

Valores
@if(!empty($carrier))
Transportador
@if(strlen($carrier->provider_document) > 14)
@else
@endif
@endif
Fatura/Duplicata

Dados dos Produtos/Serviços
@foreach($saleItem as $item)
Item - {{$item_count}}
@endforeach
@csrf @endsection @section('customJS') @endsection