add circle component and small circle percentage

This commit is contained in:
arifal
2025-02-04 01:12:33 +07:00
parent c43c79f65e
commit 6e726b4940
7 changed files with 483 additions and 20 deletions

View File

@@ -2,6 +2,8 @@
namespace App\Providers;
use App\View\Components\Circle;
use Illuminate\Support\Facades\Blade;
use Illuminate\Support\ServiceProvider;
use Carbon\Carbon;
@@ -20,6 +22,6 @@ class AppServiceProvider extends ServiceProvider
*/
public function boot(): void
{
Blade::component('circle', Circle::class);
}
}