@extends('admin.portal') @section('title', 'GRESB Water') @section('header_title', 'GRESB Water Performance Tool') @push('styles') @endpush @section('content')

Schedule Audit & Advisory Call

Book a session with a WST water performance advisor

@if(session('success'))
{{ session('success') }}
@endif @if(session('error') || $errors->any())
{{ session('error') ?? 'Please fix the errors in the form.' }}
@endif
Session Details
@csrf
@error('first_name')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror
@error('company')

{{ $message }}

@enderror
@error('interest')

{{ $message }}

@enderror
@error('portfolio_size')

{{ $message }}

@enderror
@error('time_preference')

{{ $message }}

@enderror
@error('notes')

{{ $message }}

@enderror
What to Expect
1
Portfolio Review
We analyse your current water spend, billing history, and asset profile.
2
Savings Identification
We identify billing errors, ESG gaps, and efficiency opportunities.
3
Action Plan Delivered
You receive a documented plan with verified financial projections.
90 min
No obligation — every session reviewed personally by a WST advisor
@endsection