crate new repor for machin when they go to the mission and fix bugs in traddod mission

This commit is contained in:
2026-05-25 16:25:56 +03:30
parent 7d7507411d
commit e3b49ebbb3
10 changed files with 271 additions and 7 deletions

View File

@@ -666,6 +666,5 @@ Route::prefix('role')
Route::get('/test', function () {
$csvExporter = new \Laracsv\Export();
$csvExporter->build(\App\Models\User::all(), ['id' => 'کد یکتا', 'username' => 'نام کاربری'])->download();
});