get(); } #[Computed] public function protocols() { return ServiceProtocol::query()->get()->map(function (ServiceProtocol $protocol) { $protocol->name = ucfirst($protocol->name); return $protocol; }); } public function save() { $this->form->save(); } }; ?>
Cancel Save & Add Another Save