@extends('layouts.137') @section('head') @stop @section('content') @include('site.137.header')
@if(config('app.recaptcha') != null) {!! GoogleReCaptchaV3::renderField('contact_us_id','contact_us_action') !!} @endif
@if(auth()->check() && auth()->user()->lname != null) @else @endif
@if(auth()->check()) @else @endif
@if(config('app.recaptcha') != null) {!! GoogleReCaptchaV3::init() !!} @endif @include('layouts.loading') @stop @section('footer') @stop