10 lines
282 B
PHP
10 lines
282 B
PHP
@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
|