diff --git a/resources/views/billing-portal/v3/rff.blade.php b/resources/views/billing-portal/v3/rff.blade.php new file mode 100644 index 000000000000..eb4260cfbc45 --- /dev/null +++ b/resources/views/billing-portal/v3/rff.blade.php @@ -0,0 +1,42 @@ +
+ @if($errors->any()) +
+ +
+ @endif + +
+ @csrf + + @if(strlen(auth()->guard('contact')->user()->first_name) === 0) +
+ + +
+ @endif + + @if(strlen(auth()->guard('contact')->user()->last_name) === 0) + + @endif + + @if(strlen(auth()->guard('contact')->user()->email) === 0) + + @endif + + +
+
\ No newline at end of file