@extends($theme.'frontend.layouts.master') @section('title',__('Login & Invest To Earn')) @section('content')
@csrf
{{__('Login to get access')}}
@if ($general->social_api != 0) @endif
@if ($general->g_captcha == 1)
@if ($errors->has('g-recaptcha-response')) {{$errors->first('g-recaptcha-response')}} @endif
@endif
@endsection