@include('components.brand-head') @include('components.theme-head')
@include('components.theme-toggle')
{{ __('customer_auth.login_subtitle') }}
@csrf
@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@include('components.theme-script')