Remove DocumentForm schema and update Turkmen translations for modal actions and notifications; refactor web routes for cleaner syntax.

This commit is contained in:
2025-08-31 15:56:28 +05:00
parent 34e78c5e43
commit 3e58524af7
6 changed files with 17 additions and 45 deletions

View File

@@ -2,6 +2,4 @@
use Illuminate\Support\Facades\Route;
Route::get('/', function () {
return view('welcome');
});
Route::view('/', 'welcome');