@extends('super_admin.layout.master') @section('title', 'الإدارة المركزية') @section('style') @endsection @section('content')
@foreach ($groups as $group) @php $teemCount= $group->getMasaolCount() + $group->getMashroaaMasaolCount() ; $teemCountAttributeCount = $group->getMasaolCountAttributeCount() + $group->getMashroaaMasaolCountAttributeCount(); $percentage = ($teemCount == 0) ? 0 : round((($teemCountAttributeCount / $teemCount) * 100),2); @endphp @endforeach
# الاسم الصف مسئول مسئول مشروع فريق العمل الاجرائات
{{ $loop->iteration }} {{ $group->name }} {{ $group->getClass() }} {{ $group->getMasaolCount() ?? 0 }} {{ $group->getMashroaaMasaolCount() ?? 0 }}
{{ $percentage }}%
  • @include('super_admin.group.edit')
  • @include('super_admin.group.add')
@if (session('success')) @endif @endsection @section('script') @endsection