@extends('adminlte::page') @section('title', 'Incentivadores') @section('content_header')
| Nome | Tipo | Status | Validade | Ações |
|---|---|---|---|---|
| {{ $item->nome }} | {{ ucfirst($item->tipo) }} | {{ ucfirst($item->status) }} | {{ optional($item->validade)->format('d/m/Y') }} | Editar |
| Nenhum incentivador cadastrado. | ||||