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.2 Replies
Filament
Getting started - Form Builder - Filament
The elegant TALL stack form builder for Laravel artisans.
ok I will check..