Alberto Benavidesalbertobenavides.hashnode.dev·Dec 24, 2022Modales de Bootstrap con LivewireEn el componente de Livewire, agregar una variable pública, en este caso llamada $editando <?php namespace App\Http\Livewire\ComponenteEjemplo; use Livewire\Component; class Crear extends Component { public $editando= false; // ... } ...57 readsLaravelLaravelAdd a thoughtful commentNo comments yetBe the first to start the conversation.