@extends('include/layout')
Great to see again you
@if(Session::has('error'))
× {{ Session::get('error') }}
@endif @if(Session::has('success'))
× {{ Session::get('success') }}
@endif
@csrf
 





OR




By Signing in, I agree to the Privacy Policy and Terms of Service.
@if(Session::has('forgot_msg')) @endif