@extends('backend.includes.panel') @section('page_css') @stop @section('inner_page_link')
{{ $company_property_manager->name }}
{{ $company_property_manager->email }}
{{ $company_property_manager->phone }}
{{ ($company_property_manager->userProperties->count() > 0 ? implode(', ',$company_property_manager->userProperties->pluck('property')->pluck('title')->toArray()) : '') }}
{{ ($company_property_manager->status == 0 ? 'Pending Approval' : ($company_property_manager->status == 1 ? 'Active' : 'Rejected / Inactive') ) }}