@extends('frontend.layouts.app') @section('title', app_name() . ' | Login') @section('content')
Welcome To RC Interior
@csrf
@if(config('access.captcha.login'))
@captcha
@endif
@php $passwordResetRouteExists = Route::has('frontend.auth.password.reset'); @endphp @if ($passwordResetRouteExists) Forgot Your Password? @else Forgot Your Password? @endif
@include('frontend.auth.includes.socialite')
@endsection @push('after-scripts') @if(config('access.captcha.login')) @captchaScripts @endif @endpush @push('after-styles') @endpush