@extends('layouts.dashboard') @section('title', 'Vendas Plano Empresarial') @section('title-dashboard') Vendas Plano Empresarial @endsection @section('pg-home') @endsection @section('content') @parent
| Código | Data | {{ trans('vendas_plano_empresarial.cliente_empresa_id') }} | Qtd. Func. | Vencimento | Plano | Valor | Autor. | {{trans('padrao.excluir')}} | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| @if($item->status_id == 1){{'Ativo'}} @else ATIVAR @endif | {{ $item->id }} | {{ dataBrasileira($item->data_contratacao) }} | {{ $item->cliente_empresa->rsocial_nome .' - ' .$item->cliente_empresa->nfantasia_apelido }} | {{ $item->qtd_itens }} | {{ dataBrasileira($item->vencimento) }} | {{ $item->plano }} | {{ number_format($item->valor,2,',','.') }} |