@extends('layouts.app') @section('title', $branch->name) @section('content')

{{ $branch->name }}

Edit Branch
General Information

{{ $branch->name }}

{{ ucfirst($branch->type) }}

{{ $branch->company ? $branch->company->name : 'N/A' }}

{{ ucfirst($branch->status) }}

{{ $branch->location ?? 'No address provided' }}

Network Context

Successfully integrated with central ERP servers.

@if($branch->factory)
Primary Linkage
{{ $branch->factory->name }}
Core Factory Unit
View Factory
@endif
@endsection