@extends('layouts.main') @section('titulopagina', 'Ordem de Serviços') @section('content') @foreach ($ordem as $os)
| Cliente: | {{$os->cliente_nome}} | |
| Data de Nascimento: | {{date( 'd/m/Y' , strtotime($os->cliente_datanasc))}} | 55 anos |
| Convênio: | @if ($os->idConvenio == 0 ) Particular @else Outros @endif | |
| Requisitante: | {{$os->requisitante}} | |
| Código | Exame | Valor | Análise |
|---|---|---|---|
| {{$detalhe->codigo_exame}} | {{$detalhe->nome_exame}} | {{ 'R$ '.number_format($detalhe->precoUnitario, 2, ',', '.') }} | {{$detalhe->terceriazado_exame}} |
| {{'R$ '.number_format($totalexame, 2, ',','.')}} |