@php $email = isset($_GET['email']) ? $_GET['email'] : null ; $password = isset($_GET['password']) ? $_GET['password'] : null ; $profil = App\Models\Profile::firstOrfail(); @endphp