@extends ('layouts.default') @section ('content')
@if (Session::has('error'))
{{{ Session::get('error') }}}
@endif
@include('xero.partials._header')
Debtor Days

{{ isset($organisation) ? $organisation : ''}}

@include('xero.partials._monthly_and_debtordays') @include('xero.partials._branch_selector') @include('xero.partials._footer') @stop