Files
thankcard-system/resources/views/coming-soon.blade.php
T
2026-07-02 15:42:47 +07:00

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