@extends ('layouts.default') @section ('content')
@if (Session::has('error'))
{{{ Session::get('error') }}}
@endif
@include('xero.partials._header')
{{ $organisation }}
@if (count($sub_user_list) > 0) @foreach ($sub_user_list as $subuser)
{{ $subuser->email }}
Edit @if (!$subuser->archived) @else @endif
@endforeach @endif
@include('modals._deactivate') @include('xero.partials._footer') @stop