@extends('volunteer.layout.master') @section('title', 'فريق العمل') @section('style') @endsection @section('content')
# | الاسم | الرقم | التصنيف | اللجنة | الدور | المشاركات | الاجرائات |
---|---|---|---|---|---|---|---|
{{ $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
|
|