@extends('backend.includes.panel') @section('page_css') @stop @section('inner_page_link') @stop @section('main_content')

Property Manager Details


@if(isset($company_property_manager->image) && !empty($company_property_manager->image)) @endif

{{ $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') ) }}
@stop