@push('styles') @endpush
@csrf
@error('email')
{{ $message }}
@php saveLog(old('email') .' '. $message,null, [], "Failed Login"); @endphp @enderror @if (Session::has('message'))
{{ Session::get('message') }}
@endif
@error('password')
{{ $message }}
@enderror
@if ($loginDays == "Yes") @endif
@if(Route::is('product.index'))

{{__('New Buyer') }}

{{__('I want to start my journey to') }}
{{__('become plastic neutral') }}

@endif @push('scripts') @endpush