@extends('others_layouts.authentication_layouts.master') @section('css') @endsection @section('main_content') @use('App\Helpers\Helpers') @php $settings = Helpers::getSettingPageContent(); @endphp
@endsection @section('scripts') @if ($settings['google_reCaptcha']['status'] == 1 && $settings['google_reCaptcha']['site_key'] != null) @endif @endsection