Refactor About page settings: replace management section with a video upload feature, update view to display static management information, and clean up related settings for improved content management and user experience.

This commit is contained in:
2025-07-29 14:28:03 +05:00
parent 76397637f0
commit 453e8caa82
9 changed files with 200 additions and 260 deletions

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

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