@php $eservice = json_decode($booking->e_service); @endphp @foreach($certificate as $certi)
Numero do Pedido:

{{ $certi->id_booking }}

Tipo pessoa:
@if($certi->type_person == 'Pessoa Jur')

Pessoa Jurídica

@else

Pessoa Física

@endif
Serviço:

{{ $eservice->name->pt }}

{{--
Dados do Cliente

Mussum Ipsum, cacilds vidis litro abertis. Todo mundo vê os porris que

--}}
Dados da Solicitação
@foreach($certificate as $dados) @if($dados->service != null)@endif @if($dados->last != null)@endif @if($dados->date_wedding != null)@endif @if($dados->date_demise != null)@endif @if($dados->name != null)@endif @if($dados->name_spouse != null)@endif @if($dados->date_birth != null)@endif @if($dados->type_certificate != null)@endif @if($dados->name_father != null)@endif @if($dados->name_mother != null)@endif @if($dados->book != null)@endif @if($dados->paper != null)@endif @if($dados->name_registry != null)@endif @if($dados->registration != null)@endif @if($dados->note != null)@endif @if($dados->cep != null)@endif @if($dados->address != null)@endif @if($dados->number != null)@endif @if($dados->state != null)@endif @if($dados->city != null)@endif @if($dados->district != null)@endif @if($dados->complement != null)@endif @if($dados->cell != null)@endif @if($dados->telephone != null)@endif @if($dados->rg != null)@endif @if($dados->cnpj != null)@endif @if($dados->cpf != null)@endif @endforeach
Dados  Descrição
Opção de Serviço{{$dados->service}}
Ultimos 5 ou 10 Anos{{$dados->last}}
Data do Casamento{{$dados->date_wedding}}
Data do Óbito{{$dados->date_demise}}
Nome{{$dados->name}}
Nome do Cônjuge{{$dados->name_spouse}}
Data de Aniversário{{$dados->date_birth}}
Tipo da Certidão{{$dados->type_certificate}}
Nome do Pai{{$dados->name_father}}
Nome da Mãe{{$dados->name_mother}}
Livro{{$dados->book}}
Folha{{$dados->paper}}
Nome do Cartório{{$dados->name_registry}}
Cadastro{{$dados->registration}}
Observação{{$dados->note}}
CEP{{$dados->cep}}
Endereço{{$dados->address}}
Numero{{$dados->number}}
Estado{{$dados->state}}
Cidade{{$dados->city}}
Bairro{{$dados->district}}
Complemento{{$dados->complement}}
Celular{{$dados->cell}}
Telefone{{$dados->telephone}}
Registro Geral{{$dados->rg}}
CNPJ{{$dados->cnpj}}
CPF{{$dados->cpf}}
@if($files->count() != 0)
Arquivos anexados ao pedido
@foreach($files as $file)
{{--
--}} @endforeach
Nome do Arquivo                                           Download
MARCOS THIAGO- PRESTAÇÃO DE SERVIÇOS .pdf
{{ $file->original_name }}
@endif @endforeach