@extends('layouts.shop') @section('title', 'Login - Hair Niche') @section('content')

Welcome Back

Don't have an account? Sign up for free

@csrf
@if ($errors->any())

There were errors with your submission

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Or continue with
Sign in with Google
@endsection