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

Address: {{ $branch->address ?? '-' }}

Phone: {{ $branch->phone ?? '-' }}

Tax Rate: {{ $branch->tax_rate }}%

Edit @endsection