feature: login and my page

This commit is contained in:
antv
2026-07-02 15:42:47 +07:00
parent c993f848cb
commit 89790539b7
41 changed files with 1062 additions and 769 deletions
+9
View File
@@ -0,0 +1,9 @@
@extends('layouts.app')
@section('title', 'Tính năng đang phát triển')
@section('content')
<div class="h-[calc(100vh-120px)] w-full flex items-center justify-center bg-white rounded-3xl border border-gray-100 shadow-sm">
<x-coming-soon />
</div>
@endsection