@extends('layouts.app') @section('title', 'View Area - ISP ERP System') @section('page-title', 'Area Details') @section('content')

Area Details

Area Information

Area Name

{{ $area->area_name }}

Description

{{ $area->description ?? 'N/A' }}

Created

{{ $area->created_at->format('M d, Y h:i A') }}

Statistics
Total Customers

{{ $area->customers->count() }}

Total Technicians

{{ $area->technicians->count() }}

@endsection