@extends ('layouts.default') @section ('content') @include('xero.partials._header')
@if (Session::has('error'))
{{{ Session::get('error') }}}
@endif
@if($num_locations > 0) Select a BRANCH @else @if (Auth::user()->user_type_id < 3) Add BRANCHES @else Select a BRANCH @endif @endif
{!! csrf_field() !!} @if($num_locations > 0) @foreach($locations as $key => $location) @endforeach @endif
@include('xero.partials._footer') @stop