@extends('layouts.app') @section('content')
{{trans('validation.attributes.cliente')}}
{{$cliente->nome}}
Orçamento #{{$orcamento->id}}
{{$data.' '.$hora}}

Peças utilizadas no conserto
{{trans('validation.attributes.codigo')}} {{trans('validation.attributes.descricao')}} {{trans('validation.attributes.quantidade')}} {{trans('validation.attributes.valorunitario')}} {{trans('validation.attributes.valortotal')}}

Valores
{{trans('validation.attributes.valorprodutos')}} R${{$orcamento->valorprodutos}}
{{trans('validation.attributes.customaodeobra')}} R${{$orcamento->customaodeobra}}
{{trans('validation.attributes.custodeslocamento')}} R${{$orcamento->custodeslocamento}}
{{trans('validation.attributes.valortotal')}} R${{$orcamento->valortotal}}
@stop