@extends('frontend.layouts.app')
@section('title', app_name() . ' | Login')
@section('content')
@include('frontend.auth.includes.socialite')
@endsection
@push('after-scripts')
@if(config('access.captcha.login'))
@captchaScripts
@endif
@endpush
@push('after-styles')
@endpush