Save fields from form that dont belong to the Model

Im working with Laravel (11 with livewire). I have a SERVICE and i need to add some SERVICE_EXTEND fields (like wp_postmeta).
SERVICE_EXTEND are generic fields with a meta_key and meta_value

ModelService.php

<?php

namespace AppModels;

use IlluminateDatabaseEloquentModel;

/**
 * Class Service
 *
 * @property $id
 * @property $father_id
 * @property $category_id
 * @property $customer_id
 * @property $name
 * @property $date
 * @property $description
 * @property $created_at
 * @property $updated_at
 *
 * @property Category $category
 * @property Customer $customer
 * @property Service $service
 * @property Service[] $services
 * @property ServiceExtend[] $serviceExtends
 * @property ServiceItem[] $serviceItems
 * @package App
 * @mixin IlluminateDatabaseEloquentBuilder
 */
class Service extends Model
{
    
    protected $perPage = 20;

    /**
     * The attributes that are mass assignable.
     *
     * @var array<int, string>
     */
    protected $fillable = ['father_id', 'category_id', 'customer_id', 'name', 'date', 'description'];


    /**
     * @return IlluminateDatabaseEloquentRelationsBelongsTo
     */
    public function category()
    {
        return $this->belongsTo(AppModelsCategory::class, 'category_id', 'id');
    }
    
    /**
     * @return IlluminateDatabaseEloquentRelationsBelongsTo
     */
    public function customer()
    {
        return $this->belongsTo(AppModelsCustomer::class, 'customer_id', 'id');
    }
    
    /**
     * @return IlluminateDatabaseEloquentRelationsBelongsTo
     */
    public function service()
    {
        return $this->belongsTo(AppModelsService::class, 'father_id', 'id');
    }
    
    /**
     * @return IlluminateDatabaseEloquentRelationsHasMany
     */
    public function services()
    {
        return $this->hasMany(AppModelsService::class, 'id', 'father_id');
    }
    
    /**
     * @return IlluminateDatabaseEloquentRelationsHasMany
     */
    public function serviceExtends()
    {
        return $this->hasMany(AppModelsServiceExtend::class, 'id', 'service_id');
    }
    
    /**
     * @return IlluminateDatabaseEloquentRelationsHasMany
     */
    public function serviceItems()
    {
        return $this->hasMany(AppModelsServiceItem::class, 'id', 'service_id');
    }
    
}

FormsServiceForm.php

<?php

namespace AppLivewireForms;

use AppModelsService;
use LivewireForm;

class ServiceForm extends Form
{
    public ?Service $serviceModel;
    
    public $father_id = '';
    public $category_id = '';
    public $customer_id = '';
    public $name = '';
    public $date = '';
    public $description = '';

    public function rules(): array
    {
        return [
            'category_id' => 'required',
            'customer_id' => 'required',
            'name' => 'required|string',
            'date' => 'required',
            'description' => 'string',
        ];
    }

    public function setServiceModel(Service $serviceModel): void
    {
        $this->serviceModel = $serviceModel;
        
        $this->father_id = $this->serviceModel->father_id;
        $this->category_id = $this->serviceModel->category_id;
        $this->customer_id = $this->serviceModel->customer_id;
        $this->name = $this->serviceModel->name;
        $this->date = $this->serviceModel->date;
        $this->description = $this->serviceModel->description;
    }

    public function store(): void
    {
        $this->serviceModel->create($this->validate());

        $this->reset();
    }

    public function update(): void
    {
        $this->serviceModel->update($this->validate());

        $this->reset();
    }
}

on serviceform.blade.php ive added

    <div>
        <x-label for="matricola" :value="__('Matricola')"/>
        <input type="text" name="matricola" id="matricola" wire:model.defer='matricola' class="block w-full mt-1 border-gray-300 rounded-md shadow-sm focus:border-indigo-300 focus:ring focus:ring-indigo-200 focus:ring-opacity-50">
        @error('matricola')
            <x-label class="mt-2" :messages="$message"/>
        @enderror
    </div>

on serviceCreate.php

<?php

namespace AppLivewireServices;

use AppLivewireFormsServiceForm;
use AppModelsService;
use AppModelsCategory;
use AppModelsCustomer;
use AppModelsItem;
use LivewireAttributesLayout;
use LivewireComponent;

class Create extends Component
{
    public ServiceForm $form;

    public function mount(Service $service)
    {
        $this->form->setServiceModel($service);
    }

    public function save()
    {
        
        $this->form->store();

        if ($this->form['matricola']) {
            ServiceExtend::updateOrCreate(
                ['service_id' => $this->form->id, 'meta_key' => 'matricola'],
                ['meta_value' => $this->form['matricola'], 'meta_type' => null]
            );
        }       

        session()->flash('message', 'Service saved successfully.');
        return $this->redirectRoute('services.index', navigate: true);
    }

    #[Layout('layouts.app')]
    public function render()
    {
        $categories = Category::all()->where('type','service')->pluck('name', 'id');
        $customers = Customer::all()->mapWithKeys(function ($customer) {
            return [$customer->id => $customer->surname . ' ' . $customer->name];
        });
        $items = Item::all()->pluck('name','id');
        return view('livewire.service.create', compact('categories','customers','items'));
    }
}

I need to save MATRICOLA on table SERVICE_EXTEND and I dont know how.

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật