@extends('admin.layout.master') @section('custom_style') @endsection @section('content')
{{__('obs.user_group_list')}}
@if(checkAuthPermission('frontdesk.frontdesk.user_group.create')) {{__('obs.user_group_list')}} @endif
@foreach ($groups as $g) @endforeach
{{ __('obs.group') }} {{ __('obs.description') }} {{ __('obs.sub_department') }} {{ __('obs.user') }} {{ __('obs.action') }}
{{ $g->name }} {{ $g->description }} {{ $g->getSubDepartment->name ?? "" }} @php $sl = 0; @endphp @foreach ($g->getMembers as $s)

{{ ++$sl }}. {{ $s->getAdmin->name }}

@endforeach
{{ __('obs.edit') }}
@include('frontdesk.common.common') @endsection @section('script') @endsection