Public variable()

public $franchisee; Hidden::make('transaction_to')->default( function (Closure $get) { $parentid = $this->franchisee; return $parentid; } )the mount I am passing data to $this->franchisee, but it is not functioning when used in the default function.
Was this page helpful?