{{ __('Admin Panel') }}

{{ __('Sign in to manage your store') }}

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
{{ __('Back to Homepage') }}