@extends('layouts.dashboard') @section('title', 'Conferência') @section('title-dashboard') Conferência @endsection @section('option-dashboard')
:message
') !!}| Código | {{ trans('debito_temp.empresa_id') }} | {{ trans('debito_temp.funcionario_id') }} | {{ trans('debito_temp.cliente_id') }} | {{ trans('debito_temp.valor') }} |
|---|---|---|---|---|
| {{ $item->id }} | {{ $item->empresas->nome_fantasia }} | {{ $item->funcionarios->nome }} | {{ $item->clientes->rsocial_nome }} | {{ number_format($item->valor,2,',','.') }} |