DEV Community

VREEdom
VREEdom

Posted on • Updated on

How to get double request name to array in laravel?

Result from MODAL:

Result from MODAL

Result from FORM:

Result from FORM

DESCRIPTION:

So I wanna make a FORM from MODAL that will send data to actual FORM's table, but at the first IMAGE that not send like the FORM one.

CODE:

This is code from FORM attribute:

public function setLandCertificateIdAttribute($values)
{
    // dd($values)
    $this->attributes['land_certificate_id'] =

Top comments (0)