@extends('layouts.app') @section('title', 'Sourcing Channels — Settings') @section('page-title', 'Sourcing Channels') @section('content')
Sourcing Channels
Manage how properties and clients are sourced
@forelse($channels as $channel) @empty @endforelse
Name Properties Clients Status Actions
{{ $channel->name }} {{ $channel->properties_count }} {{ $channel->clients_count }} @if($channel->is_active) Active @else Inactive @endif
@csrf @method('PATCH')
@csrf @method('DELETE')
No sourcing channels found.
{{-- Add Modal --}} {{-- Edit Modal --}} @endsection @push('scripts') @endpush