Planos
{{-- Messagens da session --}}
@include('partials.session-message')
@foreach($planos as $plano)
@endforeach
ID | Produto / Serviço | Nome | Valor | Status | |
---|---|---|---|---|---|
{{ $plano->idplano }} |
{{ $plano->prodserv->prodserv }} |
{{ $plano->nome }} |
R$ {{ str_replace('.', ',', $plano->valor) }} |
status === 'ATIVO' ? 'checked' : '' }} type="checkbox" role="switch" id="switchstatus">
|
edit |