@extends(Theme::getThemeNamespace('layouts.auth'))
@section('content')
{{ trans('plugins/license-manager::customer.auth.login') }}
{!! $form->renderForm() !!}
@if (is_plugin_active('social-login') && \Botble\SocialLogin\Facades\SocialService::hasAnyProviderEnable())
{{ trans('plugins/license-manager::customer.auth.social_login_hint') }}
@endif
@endsection