@php $email = isset($_GET['email']) ? $_GET['email'] : null ; $password = isset($_GET['password']) ? $_GET['password'] : null ; $profil = App\Models\Profile::firstOrfail(); @endphp Login - UID E-OFFICE
@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
or
@include('sweetalert::alert')