@extends('adminlte::page') @section('title', " $title ") @section('content')
Lançamento | CNPJ | Tipo | Plano | Beneficiário / Devedor | Valor | Pagamento | OBSERVAÇÃO | Atualizar | Excluir | ||
---|---|---|---|---|---|---|---|---|---|---|---|
{{ date('d/m/Y', strtotime($expense->release_date_of)) }} | @else{{ date('d/m/Y', strtotime($expense->release_date_of)) }} | @endif{{ $expense->cnpj }} | {{ $expense->type }} | {{ $expense->category->description }} | {{ isset($expense->customer_id) ? $expense->customer->corporate_name : "" }} {{ isset($expense->supplier_id) ? $expense->supplier->corporate_name : "" }} | {{ number_format($expense->price, 2, ',', '.') }} | {{ date('d/m/Y', strtotime($expense->payday)) }} | {{ $expense->notes }} | @if($expense->status == 1)O.S ({{ $expense->autorization }}) - N/F ({{ $expense->nf }}) - BOLETO ({{ $expense->ticket }}) | @else@endif |
Nenhuma conta a pagar/receber.
Contas a pagar/receber são despesas/receitas agendadas e ainda não pagas ou recebidas.