@extends('layouts.master') @section('content')
| Branch Id | {{ $branch->id }} |
|---|---|
| Branch Name | {{ $branch->branch_name }} |
| Branch Code | {{ $branch->branch_code }} |
| Address 1 | {{ $branch->address_1 }} |
| Address 2 | {{ $branch->address_2 }} |
| Contact 1 | {{ $branch->contact_no_1 }} |
| Contact 2 | {{ $branch->contact_no_2 }} |