chore: Google Tag manager setup
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled

This commit is contained in:
2025-10-28 16:32:52 +05:45
parent 9c703306ec
commit dd99e66b10
4 changed files with 27 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
namespace App\Http\Controllers\Auth;
use App\Http\Controllers\Controller;
use App\Models\carousel;
use App\Models\Carousel;
use Illuminate\Http\Request;
use Inertia\Inertia;
use Storage;

View File

@@ -4,7 +4,7 @@ namespace App\Http\Controllers\Client;
use App\Http\Controllers\Controller;
use App\Models\Carousel;
use App\Models\Faq;
use App\Models\FAQ;
use App\Models\Product;
use App\Models\Testimonial;
use Inertia\Inertia;