@extends('layouts.app') @section('title', 'Sourcing Channel Report') @section('page-title', 'Sourcing Channel Report') @section('content')
| Channel | Properties | Clients | Active Leads | Status |
|---|---|---|---|---|
| {{ $channel->name }} | {{ $channel->properties_count }} | {{ $channel->clients_count }} | {{ $channel->leads_count }} | @if($channel->is_active) Active @else Inactive @endif |
| No data available. | ||||
| Total | {{ $totals['properties'] }} | {{ $totals['clients'] }} | {{ $totals['leads'] }} | |