@extends('layouts.app', ['title' => 'Planos']) @section('content')
| Nome | Data de cadastro | Valor | Status | Auto cadastro | Fiscal | Segmento | Ações | |
|---|---|---|---|---|---|---|---|---|
| {{ $item->nome }} | {{ __data_pt($item->created_at, 1) }} | {{ __moeda($item->valor) }} | @if($item->status) @else @endif | @if($item->auto_cadastro) @else @endif | @if($item->fiscal) @else @endif | {{ $item->segmento ? $item->segmento->nome : '' }} |