This commit is contained in:
2025-05-03 20:09:18 +05:00
parent 3775558899
commit 951bc684f7
22 changed files with 2250 additions and 1846 deletions

BIN
app/Models/.DS_Store vendored Normal file

Binary file not shown.

10
app/Models/ContactUs.php Normal file
View File

@@ -0,0 +1,10 @@
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class ContactUs extends Model
{
//
}