I want to implement a configuration where user can select company where all data will be fetch. my first idea was to store it into the settings table in my database, but i just realize it will change the configuration to all the users. Is there a way to do this?
*sample idea
$company = $this->company($request->input('company_id')->get());
return $company;
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire