@extends('layouts.admin') @section('title', 'Territory Mapping') @section('content')
Manage sales territories and assign managers
| Territory Name | Manager | Actions |
|---|---|---|
|
{{ $territory->name }}
|
{{ $territory->manager->name }}
|
|
|
No territories found. Add your first territory to get started. |
||