@forelse($data as $item)
{{ $item->cliente->razao_social }}
{{ __data_pt($item->created_at) }}
Total: R$ {{ __moeda($item->total) }}
Imprimir pedido @if($item->estado == 'aprovado') Imprimir NFe @endif
@empty @endforelse