@extends('admin.layouts.layout-full') @section('content')
@endsection @push('page_script') @php $recaptchaKey = \Config::get('settings.google_captcha_key'); $appEnv = \Config::get('settings.application_environment'); $showRecaptchaScript = $recaptchaKey && in_array($appEnv, ['live']); @endphp @if($showRecaptchaScript) @endif @endpush