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