feature: login and my page
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user