@extends('layouts.app') @section('form-title') {{ __('Organisation') }} - {{ $organisation->name }} @endsection @section('form-sub-title') {{ __($organisation->type_names) }} @endsection @section('breadcrumb') @endsection @section('content')
@if(canViewUpdate('create-project')) {{-- --}} @endif
{{ __('Users in the group') }}: {{ __($group->name) }}
@forelse ($users as $user) @empty {{-- --}} @endforelse
{{ __('User') }} {{ __('Added') }} {{ __('Role') }}
{{ $user->name }} {{ $user->added }} {{ $user->displayRole() }}
{{ __('No result found') }}
{{ $users->links() }}
{{-- Organisation listing end --}}
@endsection @push('child-scripts') @endpush