@extends ('layouts.default') @section ('content') @include('xero.partials._header')
@if (Session::has('message'))
{{ Session::get('message') }}
@endif @if (Session::has('error'))
{{ Session::get('error') }}
@endif @foreach($userList as $user) @endforeach
Contact Person Email Payment Status App User Manage
{{ $user->name }} {{ $user->surname }}
{{ $user->email }}
@include('modals._deactivate') @include('xero.partials._footer') @stop