@extends('default.layout') @section('content')
# | Cliente | Código | Status | SMS | PUSH | Tipo | Valor | Ações | |
---|---|---|---|---|---|---|---|---|---|
{{ $c->id }} | @if($c->cliente){{ $c->cliente->nome }} | @elseTODOS | @endif{{ $c->codigo }} | @if($c->ativo) brightness_1 @else brightness_1 @endif | @if($c->sms) brightness_1 @else brightness_1 @endif | @if($c->push) brightness_1 @else brightness_1 @endif | {{ $c->tipo }} | {{ number_format($c->valor, 2, ',', '.') }} | edit delete @if($c->ativo) notifications sms close @else check @endif |