@extends('layouts.app') @section('content')
{{--

Settings

--}} @if(session('success'))
{{ session('success') }}
@endif
@csrf
{{-- Integration --}}

zapier

@php // Generate API Key (static or dynamic) function vform_generate_api_key() { return 'hn6D09^siR&Z@Q^B*QdkMxeg@SfJPSUnxO3'; } $api_key = vform_generate_api_key(); // Get site URL $siteUrl = url('/'); @endphp
@endsection