@extends('layouts.'.$namespaceName.'.master') @section('title') {{$title}} @endsection @section('content')
@include('message') @include('breadcrumb')
{{$title}}
@foreach ($data as $row) @endforeach
# {{trans($namespaceName.'/'.$modelName.'.'.'name')}} {{trans($namespaceName.'/'.$modelName.'.'.'users_count')}} {{trans($namespaceName.'/'.$modelName.'.'.'action')}}
{{$loop->iteration}} {{$row->display_name}} {{$row->users_count}} @if($row->name != "super_operator") @if(auth()->user()->isAbleTo('update_'.$modelName)) @endif @endif @if(auth()->user()->isAbleTo('delete_'.$modelName)) @if($row->built_type != 1 ) @endif @endif
@endsection @push('js') @endpush