@extends ('layouts.default') @section ('content') @include('xero.partials._header')
@if (Session::has('error'))
{{{ Session::get('error') }}}
@endif
{{ $organisation->org_name }}
Required by all branches
@foreach($allquestions as $allq) @endforeach
Customer added info
@foreach($userquestions as $question) @endforeach
Update / Change Location Info
@include('xero.partials._footer') @stop