@extends('layouts.front-end.app') @section('title', \App\CPU\translate('Login')) @push('css_or_js') @endpush @section('content')

{{\App\CPU\translate('sign_in')}}

@csrf
{{\App\CPU\translate('please_provide_valid_email_or_phone_number')}} .
{{\App\CPU\translate('forgot_password')}}?
{{-- recaptcha --}} @php($recaptcha = \App\CPU\Helpers::get_business_settings('recaptcha')) @if(isset($recaptcha) && $recaptcha['status'] == 1)

@else @endif
@endsection @push('script') {{-- recaptcha scripts start --}} @if(isset($recaptcha) && $recaptcha['status'] == 1) @else @endif {{-- recaptcha scripts end --}} @endpush