Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
El-Captain Sports Management
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
El-Captain Sports Management
Commits
94f464d7
Commit
94f464d7
authored
Aug 27, 2026
by
Mahmoud Aglan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename free player labels: لاعب حر → مجاني / غير حر → غير مجاني
Co-Authored-By:
Claude Opus 4.6
<
noreply@anthropic.com
>
parent
a652baab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
ExportController.php
app/Http/Controllers/ExportController.php
+1
-1
ParticipantList.php
app/Livewire/Participants/ParticipantList.php
+2
-2
No files found.
app/Http/Controllers/ExportController.php
View file @
94f464d7
...
...
@@ -60,7 +60,7 @@ public function participants(Request $request): StreamedResponse
}
return
$this
->
streamCsv
(
'participants'
,
[
'الاسم'
,
'الهاتف'
,
'البريد'
,
'الحالة'
,
'نوع العضوية'
,
'رقم العضوية'
,
'
لاعب حر
'
,
'الفرع'
,
'النشاط'
,
'تاريخ التسجيل'
,
'الاسم'
,
'الهاتف'
,
'البريد'
,
'الحالة'
,
'نوع العضوية'
,
'رقم العضوية'
,
'
مجاني
'
,
'الفرع'
,
'النشاط'
,
'تاريخ التسجيل'
,
],
$query
,
function
(
$p
)
{
return
[
$p
->
person
?->
name_ar
??
$p
->
person
?->
name
??
''
,
...
...
app/Livewire/Participants/ParticipantList.php
View file @
94f464d7
...
...
@@ -137,8 +137,8 @@ public function render()
'non_member'
=>
'غير عضو'
,
],
'isFreeOptions'
=>
[
'1'
=>
'
لاعب حر
'
,
'0'
=>
'غير
حر
'
,
'1'
=>
'
مجاني
'
,
'0'
=>
'غير
مجاني
'
,
],
]);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment