Untitled
unknown
plain_text
3 years ago
204 B
5
Indexable
public function __invoke(Request $request)
{
return view('profile.query-results', [
'user' => Databank::where('id_passport_no', $request->id_passport_no)->sole(),
]);
}Editor is loading...