Untitled

 avatar
unknown
plain_text
2 years ago
204 B
3
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...