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