vernova/resources/views/settings/index.blade.php
Kazem Alghasi b6b2057df2
Some checks failed
Tests / PHP ${{ matrix.php }} (8.2) (push) Has been cancelled
Tests / PHP ${{ matrix.php }} (8.3) (push) Has been cancelled
اولین کامیت پروژه vernova
2026-07-26 19:58:27 +03:30

9 lines
260 B
PHP

@extends('layouts.app')
@section('content')
<div class="space-y-6">
<h1 class="text-2xl font-bold text-gray-900">{{ __('settings.settings') }}</h1>
<p class="text-sm text-gray-500">{{ __('settings.full_settings_coming_soon') }}</p>
</div>
@endsection