creat controller ,request and route about damage and fix model

This commit is contained in:
2025-02-17 13:55:02 +03:30
parent 8e2857f3c2
commit 469fc351f5
9 changed files with 254 additions and 5 deletions

View File

@@ -1,5 +1,7 @@
<?php
namespace Database\Seeders;
use Illuminate\Database\Seeder;
use Illuminate\Support\Facades\DB;
use Illuminate\Support\Facades\Hash;