@extends('layouts.app') @section('title') {{ __('messages.users') }} @endsection @section('content')
@include('flash::message')
@include('organisation_users.changePassword') @endsection