@extends('layouts.app') @section('content')
| ID | {{ $notas_tecnica->id }} |
|---|---|
| {{ trans('notas_tecnicas.nome') }} | {{ $notas_tecnica->nome }} |
| {{ trans('notas_tecnicas.status') }} | {{ $notas_tecnica->status }} |
| {{ trans('notas_tecnicas.arquivo') }} | {{ $notas_tecnica->arquivo }} |