@extends('layouts.dashboard') @section('title', 'Contas') @section('title-dashboard') Contas @endsection @section('option-dashboard')
@endsection @section('pg-home') @endsection @section('content') @parent| Cód. | Nº Doc. | Vencimento | Empresa | Fornecedor | T. de Categoria | Descricao | Nº Parc. | Valor | |
|---|---|---|---|---|---|---|---|---|---|
| {{ $item->id }} | {{ $item->numero_doc }} | {{ timestampBrasileiraSemHR($item->updated_at) }} | {{ $item->empresas->nome_fantasia }} | {{ $item->fornecedores->rsocial_nome }} | {{ $item->tipos_categorias->nome }} | {{ $item->descricao }} | {{ $item->n_parcelas }} | {{ number_format($item->valor,2,',','.') }} |