@extends('frontend.arafa-cart.layouts.app') @section('content')

{{ __('Already Registered') }}

{{ __('I am new customer') }}

{{ __('Login') }}

{{ __('If you have an account with us, please log in.') }} @error('email')
{{ $message }}
@enderror
@csrf
@endsection