@extends('master') @section('content')
Branch
@foreach($branch as $k=>$val) @endforeach
S/N Name Country State Mobile Zipcode Postal code Address Action
{{++$k}}. {{$val->name}} {{$val->country}} {{$val->state}} {{$val->mobile}} {{$val->zip_code}} {{$val->postal_code}} {{$val->address}}
@stop