@extends('layouts.app') @section('title', $branch->name) @section('content')
{{ $branch->name }}
{{ $branch->company ? $branch->company->name : 'N/A' }}
{{ $branch->location ?? 'No address provided' }}
Successfully integrated with central ERP servers.