@extends('layouts.admin') @section('pageTitle',__('admin.departments')) @section('innerTitle') @lang('admin.departments') @if(Request::get('search')) : {{ Request::get('search') }} @endif @endsection @section('titleForm-')
@endsection @section('t-form-action') action="{{ url('/admin/groups') }}" @endsection @section('t-form-placeholder') placeholder="{{ ucfirst(__('site.search')) }} {{ __('admin.departments') }}" @endsection @section('t-form-extra') @endsection @section('breadcrumb')# | @lang('site.name') | @lang('admin.members') | @lang('site.enroll-open') | @lang('admin.status') | @lang('admin.visibility') | @lang('site.actions') |
---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $item->name }} | {{ $item->users()->count() }} | {{ boolToString($item->enroll_open) }} | @if($item->enabled==1) @lang('admin.enabled') @else @lang('admin.disabled') @endif |
@if($item->visible==1)
@lang('admin.public')
@else
@lang('admin.private')
@endif
|