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