@extends ('layouts.default') @section ('content')
@if (Session::has('error'))
{{{ Session::get('error') }}}
@endif
@include('xero.partials._header')
Select 2 BRANCHES
{!! csrf_field() !!} @foreach($locations as $key => $location)
{{ $location->org_name }}
@endforeach
Consolidated View
@include('xero.partials._footer') @stop