@extends('layouts/layoutMaster') @section('title', 'Planos de Renovação') @section('vendor-style') @endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('content')

{{ config('variables.templateName', 'TemplateName') }} / Renovação de Planos

@foreach($planos_revenda as $plano) @endforeach
ID Nome Descrição Preço Detalhes Botão Limite Ações
{{ $plano->id }} {{ $plano->nome }} {{ $plano->descricao }} {{ number_format($plano->preco, 2, ',', '.') }} {{ $plano->detalhes }} {{ $plano->botao }} {{ $plano->limite }}
@csrf @method('DELETE')
@endsection