@extends('layouts.default') @section('content')
@if (Session::has('error'))
{{{ Session::get('error') }}}
@endif
@include('xero.partials._header') {!! Form::open(array('route' => ['users.update_sub_user', Hashids::encode($sub_user[0]->id)], 'method' => 'POST')) !!} {!! csrf_field() !!}
{{ $organisation }}
@include('users.partials._sub_user_form')
Back to Sub Users
{!! Form::close() !!} @include('xero.partials._footer') @endsection