@extends('admin.layout.master') @section('custom_style') @endsection @section('content')
| {{ __('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') }} |