@extends('volunteer.layout.master') @section('title', 'فريق العمل') @section('style') @endsection @section('content')
@include('volunteer.vol.filter')
{{-- @include('volunteer.event.charts') --}}
@foreach ($volunteers as $volunteer) @endforeach
# الاسم الرقم التصنيف اللجنة الدور المشاركات الاجرائات
{{ $loop->iteration }} {{ $volunteer->name }} {{ $volunteer->phone }} {{ $volunteer->type ?? 'داخل المتابعة'}} {{ $volunteer->section->name ?? 'لا يوجد' }} {{ $volunteer->position ?? 'لا يوجد' }} @if ($volunteer->getMonthlyCountAttribute() > 0)
{{ $volunteer->getMonthlyCountAttribute() }} {{ ($volunteer->getMonthlyCountAttribute() ) > 8 ? 100 : $volunteer->getMonthlyCountAttribute() }}%
@else لم يشارك بعد @endif
    {{--
  • @include('branch.event.change-status')
  • --}}
@endsection @section('script') {{-- --}} @endsection