@extends('template.layoutAdmin', ['activeButton'=>'']) @section('title') {{ trans('planes.planes') }} @endsection @section('cabecera')

{{ trans('planes.planes')}} {{ trans('planes.mensajeAyuda') }}

@endsection @section('contenido')
@if(Session::has('message')) @endif @if(Session::has('message_error')) @endif

{{ trans('planes.planes') }}

@foreach ($planes as $plan) @endforeach
{{ trans('planes.nombre') }} {{ trans('planes.estado') }} {{ trans('planes.opciones') }}
{{$plan->nombre}} @if ($plan->idEstado == 1) {{ trans('planes.activo') }} @else {{ trans('planes.inactivo') }} @endif @if ($plan->idEstado == 1)
@csrf @method('POST')
@endif

{{ trans('planes.modulos') }}