@extends('layouts.admin') @section('title', $plan->exists ? 'Editar plan' : 'Nuevo plan') @section('content') @php $editando = $plan->exists; @endphp