@extends('admin.portal') @section('title', 'GRESB Water Consultations') @section('header_title', 'GRESB Water Performance Tool') @section('content')
Review and update status of inbound audit & advisory requests
| Client Info | Interest | Timeline | Status | Meeting Link | @if(auth()->user()->role == 'admin')Actions | @endif
|---|---|---|---|---|---|
|
{{ substr($item->first_name, 0, 1) }}
{{ $item->first_name }} {{ $item->last_name }}
{{ $item->company }}
|
@php
$interests = [
'gresb' => 'Improve GRESB Score',
'audit' => 'Comprehensive Portfolio Audit',
'monitoring' => 'Smart Monitoring Implementation',
'savings' => 'Cost Reduction & Efficiency',
'compliance' => 'Regulatory Compliance'
];
@endphp
{{ $interests[$item->interest] ?? 'General Inquiry' }}
{{ $item->portfolio_size ?? 0 }} Properties
|
@if($item->time_preference)
{{ $item->time_preference->format('M d, Y') }}
•
{{ $item->time_preference->format('H:i') }}
@else
Not Scheduled
@endif
Requested: {{ $item->created_at->format('M d, Y H:i') }}
|
@if($item->status == 1) Approved @elseif($item->status == 2) Rejected @else Pending @endif | @if($item->status == 1 && $item->meeting_link) Join Meeting @elseif($item->status == 1) Link in progress @elseif($item->status == 2) Rejected @else Pending approval @endif | @if(auth()->user()->role == 'admin')
@if($item->status == null)
@endif
|
@endif
| No records found. | |||||