Am new to laravel .
Trying to get value from DB its data type varchar.
First tried this
$a= TenantTypes::where(\'type\', $parameter)->first()