@extends('volunteer.layout.master') @section('title', 'المتطوعين') @section('style') @endsection @section('content')
# | الاسم | الرقم | التصنيف | المشاركات | الاجرائات |
---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $volunteer->name }} | {{ $volunteer->phone }} | {{ $volunteer->type ?? 'داخل المتابعة' }} | {{ $volunteer->getMonthlyCountAttribute() ?? 0 }} |