@extends('layouts.app') @section('title', 'Manage Offices') @section('content')
Manage courier offices and their locations
| Office Info | Location | Contact Details | Manager | Status | Created Date | Actions |
|---|---|---|---|---|---|---|
|
{{ $office->name }}
Office ID: {{ $office->id }} |
{{ $office->district->name }}
{{ $office->district->province }} {{ Str::limit($office->address, 40) }} |
{{ strtoupper(substr($office->manager_name, 0, 2)) }}
{{ $office->manager_name }}
|
@if($office->is_active)
Active
Operational @else Inactive Closed @endif |
{{ $office->created_at->format('M d, Y') }}
{{ $office->created_at->format('h:i A') }} |