@extends('layouts/contentLayoutMaster') @section('title', 'Branch') @section('vendor-style') @endsection @section('page-style') @endsection @section('content')
| City | Branch Code | State | Address | Pincode |
|---|---|---|---|---|
| {{ $branch['city'] }} | {{ $branch['branch_code'] }} | {{ $branch['state'] }} | {{ $branch['address'] }} | {{ $branch['pincode'] }} |