Dataset Viewer
Auto-converted to Parquet Duplicate
id
stringlengths
64
64
repo_name
stringlengths
7
87
repo_license
stringclasses
27 values
repo_language
stringclasses
45 values
repo_description
stringlengths
0
349
repo_url
stringlengths
26
106
repo_stars
int64
1
67k
repo_forks
int64
0
9.36k
repo_commits
int64
6
181k
repo_created_at
timestamp[ms]date
2025-08-01 01:36:39
2025-12-31 23:38:47
repo_updated_at
timestamp[ms]date
2025-08-10 14:25:18
2026-02-02 19:46:21
file_name
stringlengths
3
158
file_path
stringlengths
4
233
file_contents
stringlengths
59
23.4k
file_language
stringclasses
42 values
file_tokens
int64
15
4k
19174a2f44ac1bd53a7ae54d1623538fcdb9afed098f999b9ab4d54da2a3452f
26bz/Sleek-Theme
GPL-3.0
Blade
A Paymenter theme
https://github.com/26bz/Sleek-Theme
6
3
48
2025-09-24T06:26:42
2025-11-30T08:21:34
2fa.blade.php
sleek/views/auth/2fa.blade.php
<form class="mx-auto flex flex-col gap-3 shadow-lg px-6 sm:px-8 py-6 bg-background-secondary backdrop-blur-sm rounded-lg max-w-md w-full border border-neutral/20" wire:submit="verify"> <div class="flex flex-col items-center mb-4"> <x-logo class="h-10 mb-2" /> <h1 class="text-xl font-bold tex...
Blade
243
e1788b0a9f0b19ee16dc9aeda77138bbf74f0494e76f057b120203ec0877323c
26bz/Sleek-Theme
GPL-3.0
Blade
A Paymenter theme
https://github.com/26bz/Sleek-Theme
6
3
48
2025-09-24T06:26:42
2025-11-30T08:21:34
login.blade.php
sleek/views/auth/login.blade.php
<div class="min-h-[80vh] flex items-center justify-center w-full py-4"> <form class="mx-auto flex flex-col gap-3 shadow-lg px-6 sm:px-8 py-6 bg-background-secondary backdrop-blur-sm rounded-lg max-w-md w-full border border-neutral/20" wire:submit="submit" id="login"> <div class="flex flex-co...
Blade
791
07db262f279225045dc25034f7807e46c4497fa766a9337783a9e2cd1b8eba80
26bz/Sleek-Theme
GPL-3.0
Blade
A Paymenter theme
https://github.com/26bz/Sleek-Theme
6
3
48
2025-09-24T06:26:42
2025-11-30T08:21:34
reset.blade.php
sleek/views/auth/password/reset.blade.php
<form class="mx-auto flex flex-col gap-3 shadow-lg px-6 sm:px-8 py-6 bg-background-secondary backdrop-blur-sm rounded-lg max-w-md w-full border border-neutral/20" wire:submit="submit" id="reset"> <div class="flex flex-col items-center mb-4"> <x-logo class="h-10 mb-2" /> <h1 class="text-xl fo...
Blade
341
e4fc70616247cc1948ecf1141708065d81d1b472b0513770d82ffaf7aebbf0bd
26bz/Sleek-Theme
GPL-3.0
Blade
A Paymenter theme
https://github.com/26bz/Sleek-Theme
6
3
48
2025-09-24T06:26:42
2025-11-30T08:21:34
register.blade.php
sleek/views/auth/register.blade.php
<div class="min-h-[80vh] flex items-center justify-center w-full py-4"> <form class="mx-auto flex flex-col gap-3 shadow-lg px-6 sm:px-8 py-6 bg-background-secondary backdrop-blur-sm rounded-lg max-w-2xl w-full border border-neutral/20" wire:submit.prevent="submit" id="register"> <div class="...
Blade
684
75fba7ea332ac36ae91a57936dcafddaaa264afb7075d07d72057bd5dde7667e
26bz/Sleek-Theme
GPL-3.0
Blade
A Paymenter theme
https://github.com/26bz/Sleek-Theme
6
3
48
2025-09-24T06:26:42
2025-11-30T08:21:34
primary.blade.php
sleek/views/components/button/primary.blade.php
<button {{ $attributes->merge(['class' => 'flex items-center gap-2 justify-center bg-primary text-black text-sm font-medium hover:bg-primary/90 py-2 px-4 rounded-md shadow-sm transition-all duration-200 cursor-pointer disabled:cursor-not-allowed disabled:opacity-50 focus:outline-none focus:ring-2 focus:ring-primary...
Blade
432
1a2ead23cb14c1d00a9702ecab60e6c4e7ae42d722b07b072314cce1379bd16e
26bz/Sleek-Theme
GPL-3.0
Blade
A Paymenter theme
https://github.com/26bz/Sleek-Theme
6
3
48
2025-09-24T06:26:42
2025-11-30T08:21:34
save.blade.php
sleek/views/components/button/save.blade.php
<div class="flex flex-row items-center"> <x-button.primary {{ $attributes }}> {{ $slot }} </x-button.primary> <div class="items-center justify-center ml-2 text-success hidden opacity-0 transition-opacity ease-in-out delay-150 duration-300 mt-4" id="saved"> {{ __('Saved!') }} </d...
Blade
204
27d084419dd3b310adeb1f28cf790301ddb9af017b97316aa7f2458791c8537a
26bz/Sleek-Theme
GPL-3.0
Blade
A Paymenter theme
https://github.com/26bz/Sleek-Theme
6
3
48
2025-09-24T06:26:42
2025-11-30T08:21:34
turnstile.blade.php
sleek/views/components/captcha/turnstile.blade.php
@assets <script src="https://challenges.cloudflare.com/turnstile/v0/api.js?render=explicit"></script> @endassets <div id="cf-turnstile"></div> <script> function renderTurnstile() { const isDarkMode = localStorage.getItem('_x_darkMode') === 'true'; const theme = isDarkMode ? 'dark' : 'light'; ...
Blade
213
7e33710c15586c7ec1afeefce8599e8a1b9eaf86c3431f9fcb0863924173460d
26bz/Sleek-Theme
GPL-3.0
Blade
A Paymenter theme
https://github.com/26bz/Sleek-Theme
6
3
48
2025-09-24T06:26:42
2025-11-30T08:21:34
confirmation.blade.php
sleek/views/components/confirmation.blade.php
<template x-teleport="body"> <div class="fixed inset-0 z-30 flex items-center justify-center overflow-hidden bg-black/50" x-show="$store.confirmation.show" x-on:keydown.escape.window="!$store.confirmation.loading && $store.confirmation.close()"> <!-- Modal inner --> <div class="px-6...
Blade
540
6c11b3542225aabf09bf26bd77e9528c2b23082203bfa6800c31a93a485aae2c
26bz/Sleek-Theme
GPL-3.0
Blade
A Paymenter theme
https://github.com/26bz/Sleek-Theme
6
3
48
2025-09-24T06:26:42
2025-11-30T08:21:34
input.blade.php
sleek/views/components/form/input.blade.php
@props([ 'name', 'label' => null, 'required' => false, 'divClass' => null, 'class' => null, 'placeholder' => null, 'id' => null, 'type' => null, 'hideRequiredIndicator' => false, 'dirty' => false, ]) <fieldset class="flex flex-col mt-3 w-full {{ $divClass ?? '' }}"> @if ($lab...
Blade
379
86dc936dc90e60f56e2ab364557bbc4843fd6c8299ba3de93c7e2823749224a1
26bz/Sleek-Theme
GPL-3.0
Blade
A Paymenter theme
https://github.com/26bz/Sleek-Theme
6
3
48
2025-09-24T06:26:42
2025-11-30T08:21:34
select.blade.php
sleek/views/components/form/select.blade.php
@props([ 'name', 'label' => null, 'options' => [], 'selected' => null, 'multiple' => false, 'required' => false, 'divClass' => null, 'hideRequiredIndicator' => false, ]) <fieldset class="flex flex-col mt-3 w-full {{ $divClass ?? '' }}"> @if ($label) <label for="{{ $name }}" c...
Blade
439
314644e44282b62d5f9a1f79bdaf64a8ec0cde9404d6d0aafc13860eeef66133
26bz/Sleek-Theme
GPL-3.0
Blade
A Paymenter theme
https://github.com/26bz/Sleek-Theme
6
3
48
2025-09-24T06:26:42
2025-11-30T08:21:34
setting.blade.php
sleek/views/components/form/setting.blade.php
<div class="flex flex-col gap-1"> @switch($setting->type) @case('select') <x-form.select name="fields.{{ $key }}.{{ $setting->name }}" :label="__($setting->label ?? $setting->name)" :required="$setting->required ?? false" :options="$setting->options" :selected="config('settings.'...
Blade
456
3addf710954d2054f177b513a4eeec8ee2750f2cc8c143c64b746d2f4af8b80d
26bz/Sleek-Theme
GPL-3.0
Blade
A Paymenter theme
https://github.com/26bz/Sleek-Theme
6
3
48
2025-09-24T06:26:42
2025-11-30T08:21:34
amex.blade.php
sleek/views/components/icons/amex.blade.php
<svg {{ $attributes }} viewBox="0 0 32 22" fill="none" xmlns="http://www.w3.org/2000/svg" class="p-Logo p-Logo--md p-CardBrandIcon"> <g clip-path="url(#clip0_4934_35113)"> <rect width="32" height="32" transform="translate(0 -5.3501)" fill="#0193CE"></rect> <path d="M25.5028 10.7339L28.5406 7.6228H24...
Blade
779
db7f6cdc84023492895be2f909dfee73b7c13e30b637618db1fb230cab54f70e
26bz/Sleek-Theme
GPL-3.0
Blade
A Paymenter theme
https://github.com/26bz/Sleek-Theme
6
3
48
2025-09-24T06:26:42
2025-11-30T08:21:34
bancontact.blade.php
sleek/views/components/icons/bancontact.blade.php
<svg {{ $attributes }} viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" class="⚙ as-9n as-z as-10 as-11 as-8a as-13 as-14 as-47 as-3 ⚙9ssu6z"> <path fill="#EBF1F7" d="M0 0h32v32H0z"></path> <g clip-path="url(#bi_bancontact__a_:r83:_0)"> <path d="M8.164 21.448c3.918 0 5.877-2.612 7.836-5.224H3v...
Blade
495
b691e12c97478cb046df8b952ee15c8e7e1a3c54c17ec4107efdbad75a86d691
26bz/Sleek-Theme
GPL-3.0
Blade
A Paymenter theme
https://github.com/26bz/Sleek-Theme
6
3
48
2025-09-24T06:26:42
2025-11-30T08:21:34
paypal.blade.php
sleek/views/components/icons/paypal.blade.php
<svg {{ $attributes }} viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <rect width="512" height="512" fill="#F5F6F8" /> <path d="M336.397 181.48C336.397 215.667 304.847 256 257.111 256H211.129L208.872 270.242L198.145 338.8H141L175.378 118H267.961C299.137 118 323.664 135.376 332.698 159.523...
Blade
390
70774c1896424f3060b596a0cfd4912ddb51205d50d85c10f0f7e38ed42772ad
26bz/Sleek-Theme
GPL-3.0
Blade
A Paymenter theme
https://github.com/26bz/Sleek-Theme
6
3
48
2025-09-24T06:26:42
2025-11-30T08:21:34
language-switch.blade.php
sleek/views/components/language-switch.blade.php
<x-select wire:model.live="currentLocale" :options="collect($locales)->map(fn($locale, $code) => [ 'value' => $code, 'label' => $locale, ])->values()->toArray()" placeholder="Select language" class="min-w-[120px] flex-shrink-0" /> {{-- Custom dropdown version (disabled for now) --}} ...
Blade
589
3fc9efa270395ca28bac951ee0e0f1bd4a9e541d474f7514d716bc62c0e43bc9
26bz/Sleek-Theme
GPL-3.0
Blade
A Paymenter theme
https://github.com/26bz/Sleek-Theme
6
3
48
2025-09-24T06:26:42
2025-11-30T08:21:34
logo-marquee.blade.php
sleek/views/components/logo-marquee.blade.php
@if (theme('enable_logo_marquee', true)) @php $logoUrls = [ theme('logo_marquee_image_url_1', 'https://placehold.co/200x80/cccccc/666666?text=Logo+1'), theme('logo_marquee_image_url_2', 'https://placehold.co/200x80/cccccc/666666?text=Logo+2'), theme('logo_marquee_image_ur...
Blade
616
3617ca7ce2aa9aba050174463f9b13c5567de7c8c0658e38768aa59ba2008774
26bz/Sleek-Theme
GPL-3.0
Blade
A Paymenter theme
https://github.com/26bz/Sleek-Theme
6
3
48
2025-09-24T06:26:42
2025-11-30T08:21:34
modal.blade.php
sleek/views/components/modal.blade.php
@props([ 'title' => '', 'closable' => true, 'closeTrigger' => '', 'open' => false, 'width' => 'max-w-3xl', ]) <div x-data="{ open: {{ $open ? 'true' : 'false' }} }"> <template x-teleport="body"> <div class="fixed inset-0 z-30 flex items-center justify-center overflow-hidden bg-black/50" ...
Blade
386
55550d3984b3a4a32c2d1391bea0d614d89b33fa7ac144eb2b027dfc6ada8332
26bz/Sleek-Theme
GPL-3.0
Blade
A Paymenter theme
https://github.com/26bz/Sleek-Theme
6
3
48
2025-09-24T06:26:42
2025-11-30T08:21:34
breadcrumb.blade.php
sleek/views/components/navigation/breadcrumb.blade.php
@php $currentUrl = url()->current(); $currentPath = parse_url($currentUrl, PHP_URL_PATH) ?? '/'; $currentPath = $currentPath === '' ? '/' : $currentPath; $normalizedCurrentUrl = rtrim($currentUrl, '/'); $navigation = [\App\Classes\Navigation::getLinks()]; if (\Illuminate\Support\Facades\Auth::...
Blade
667
8963c9674881fb911c813fc907e953959c713d5854a5c723d4bea6be0429102d
26bz/Sleek-Theme
GPL-3.0
Blade
A Paymenter theme
https://github.com/26bz/Sleek-Theme
6
3
48
2025-09-24T06:26:42
2025-11-30T08:21:34
notifications.blade.php
sleek/views/components/notifications.blade.php
<div> <x-dropdown width="w-84" :showArrow="false"> <x-slot:trigger> <div class="relative w-10 h-10 flex items-center justify-center rounded-lg hover:bg-neutral transition" x-data="{ hasNew: false }" x-on:new-notification.window="hasNew = true" @click="hasNew = false"> ...
Blade
591
568e9571e47b0db4de696500f8668bcd3d981b4fef12b54e9294a7ab980f54ca
26bz/Sleek-Theme
GPL-3.0
Blade
A Paymenter theme
https://github.com/26bz/Sleek-Theme
6
3
48
2025-09-24T06:26:42
2025-11-30T08:21:34
panel-showcase.blade.php
sleek/views/components/panel-showcase.blade.php
@if (theme('enable_panel_showcase', true)) <div class="py-16 w-full"> <div class="max-w-7xl mx-auto px-6 lg:px-8 w-full"> <div class="grid grid-cols-1 lg:grid-cols-2 gap-12 items-center"> <div class="order-2 lg:order-1 flex flex-col justify-center lg:justify-start"> ...
Blade
317
997bbd1a66714ee08f98f18635d378a8b761237da5896799161a463fd3112a1c
26bz/Sleek-Theme
GPL-3.0
Blade
A Paymenter theme
https://github.com/26bz/Sleek-Theme
6
3
48
2025-09-24T06:26:42
2025-11-30T08:21:34
select.blade.php
sleek/views/components/select.blade.php
<div x-data="{ selectOpen: false, selectedValue: @entangle($attributes->wire('model')), selectableItems: {{ json_encode($options) }}, selectableItemActive: null, selectId: $id('select'), selectDropdownPosition: 'bottom', init() { this.$watch('selectOpen', () => { if (thi...
Blade
1,158
67c7e67ec19a9b42b81cca0df7ef5302c0f3ea3fa5459288f5d0d5e6219b8a43
26bz/Sleek-Theme
GPL-3.0
Blade
A Paymenter theme
https://github.com/26bz/Sleek-Theme
6
3
48
2025-09-24T06:26:42
2025-11-30T08:21:34
404.blade.php
sleek/views/errors/404.blade.php
<x-app-layout> <x-slot name="title"> {{ __('errors.404.title') }} </x-slot> <div class="min-h-[calc(100vh-12rem)] flex items-center justify-center px-6 py-24"> <div class="max-w-xl w-full space-y-8 text-center"> <div class="inline-flex items-center gap-3 px-4 py-...
Blade
399
37405775de81e2228896f51d14de86fd339e91983059482fea612880b6782429
26bz/Sleek-Theme
GPL-3.0
Blade
A Paymenter theme
https://github.com/26bz/Sleek-Theme
6
3
48
2025-09-24T06:26:42
2025-11-30T08:21:34
index.blade.php
sleek/views/invoices/index.blade.php
<div class="container mt-14 space-y-4"> <x-navigation.breadcrumb /> @forelse ($invoices as $invoice) <a href="{{ route('invoices.show', $invoice) }}" wire:navigate> <div class="bg-background-secondary hover:bg-background-secondary/80 border border-neutral/20 p-5 rounded-lg mb-4 transition-a...
Blade
543
a3f616a6fb165b7e64411252bea31d7fa31080df1de6937fb80e99d7ed3cca63
26bz/Sleek-Theme
GPL-3.0
Blade
A Paymenter theme
https://github.com/26bz/Sleek-Theme
6
3
48
2025-09-24T06:26:42
2025-11-30T08:21:34
app.blade.php
sleek/views/layouts/app.blade.php
<!DOCTYPE html> <html lang="{{ str_replace('_', '-', app()->getLocale()) }}" @if (in_array(app()->getLocale(), config('app.rtl_locales'))) dir="rtl" @endif> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="csrf-token" content="{{ csrf_token() }}...
Blade
795
c4d3aae61b271fcb2497e913d57546a4a6fd76cc9eb900e014a6b40060e45bf4
26bz/Sleek-Theme
GPL-3.0
Blade
A Paymenter theme
https://github.com/26bz/Sleek-Theme
6
3
48
2025-09-24T06:26:42
2025-11-30T08:21:34
cancel.blade.php
sleek/views/services/cancel.blade.php
<div class="space-y-6"> <div class="bg-background rounded-lg border border-neutral/20 p-4"> <p class="text-base/80"> {{ __('services.cancel_are_you_sure') }} </p> </div> <div class="space-y-5"> <x-form.select name="type" label="{{ __('services.cancel_type') }}" required ...
Blade
307
4c574c3389e77078c94a6fe3b318bb3b66b53a5137311f5fe9432624f4ecad20
26bz/Sleek-Theme
GPL-3.0
Blade
A Paymenter theme
https://github.com/26bz/Sleek-Theme
6
3
48
2025-09-24T06:26:42
2025-11-30T08:21:34
index.blade.php
sleek/views/services/index.blade.php
<div class="container mt-14 space-y-4"> <x-navigation.breadcrumb /> @forelse ($services as $service) <a href="{{ route('services.show', $service) }}" wire:navigate> <div class="bg-background-secondary hover:bg-background-secondary/90 border border-neutral/20 p-5 rounded-xl mb-4 transition-a...
Blade
572
8f52e4f889c7009e039b118a4740a19b11f61bdde229c2eff569c9b9e7b335e6
26bz/Sleek-Theme
GPL-3.0
Blade
A Paymenter theme
https://github.com/26bz/Sleek-Theme
6
3
48
2025-09-24T06:26:42
2025-11-30T08:21:34
index.blade.php
sleek/views/tickets/index.blade.php
<div class="container mt-14 space-y-4"> <div class="flex flex-row justify-end"> <a href="{{ route('tickets.create') }}" wire:navigate> <x-button.primary class="flex items-center justify-center gap-2 py-2.5 px-4 font-medium transition-all duration-200 hover:shadow-lg hover:shadow-...
Blade
714
665b85bbdf74f5d5da2ad42e73fff0362f7784f59b56243bfb34326597a03473
Abdogoda/LARAVEL_TESTS
Blade
A comprehensive blog application built with Laravel 12 Featuring modern design, role-based authentication, content management, and extensive testing coverage. Both a production-ready platform and educational resource for Laravel development.
https://github.com/Abdogoda/LARAVEL_TESTS
6
5
49
2025-09-11T01:28:12
2026-01-20T19:18:00
verify-email.blade.php
resources/views/auth/verify-email.blade.php
@extends('layouts.app') @section('title', 'Verify Email') @section('content') <div class="max-w-md mx-auto bg-gray-800 border border-gray-700 rounded-lg shadow-lg p-8"> <div class="text-center mb-8"> <div class="w-16 h-16 bg-yellow-900/20 border border-yellow-700 rounded-full flex items-center justify-cen...
Blade
646
b85ceb10c863525e0fd06d7f2c3fec9c57c899e5b9370753ac63f9fa23ec7b45
Abdogoda/LARAVEL_TESTS
Blade
A comprehensive blog application built with Laravel 12 Featuring modern design, role-based authentication, content management, and extensive testing coverage. Both a production-ready platform and educational resource for Laravel development.
https://github.com/Abdogoda/LARAVEL_TESTS
6
5
49
2025-09-11T01:28:12
2026-01-20T19:18:00
welcome.blade.php
resources/views/emails/welcome.blade.php
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Welcome!</title> <style> body { font-family: Arial, sans-serif; background: #f7f7f7; margin: 0; padding: 0; } .container { background: #fff; max-width: 600px; margin: 40px auto; padding: 30px; ...
Blade
330
49444d030918df0b19fcf5af08e4c59483dbe1a543252c896cf9c9b6d8c3799b
Bangkah/belalar-laravel12
Blade
https://github.com/Bangkah/belalar-laravel12
11
2
8
2025-09-03T13:22:18
2025-12-17T16:14:38
register.blade.php
resources/views/register.blade.php
<!DOCTYPE html> <html lang="id"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <title>Register</title> @vite(['resources/css/app.css', 'resources/js/app.js']) </head> <body class="min-h-screen flex items-center justify-center bg-gradient-to-br from-indig...
Blade
581
457866c5e213cf6d8f68fdaf338574b79a61b48d619e7f206b3feacb3ed199c6
Bangkah/weblanjut-2024573010075
Blade
https://github.com/Bangkah/weblanjut-2024573010075
11
0
21
2025-09-10T01:06:55
2025-12-17T16:13:43
edit.blade.php
projects/auth-Lab/resources/views/profile/edit.blade.php
<x-app-layout> <x-slot name="header"> <h2 class="font-semibold text-xl text-gray-800 dark:text-gray-200 leading-tight"> {{ __('Profile') }} </h2> </x-slot> <div class="py-12"> <div class="max-w-7xl mx-auto sm:px-6 lg:px-8 space-y-6"> <div class="p-4 sm:p-8 bg...
Blade
260
93bae323d9fd115efdab0e25695928c6eeea351bae59aa4cba7bc5f9d4bd5ee8
Bangkah/weblanjut-2024573010075
Blade
https://github.com/Bangkah/weblanjut-2024573010075
11
0
21
2025-09-10T01:06:55
2025-12-17T16:13:43
calculator.blade.php
projects/calculator/resources/views/calculator.blade.php
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Laravel Calculator</title> </head> <body> <h1>Calculator Sederhana</h1> @if($errors->any()) <div...
Blade
393
5a905fbd36ba805415ad6d59ad7156dd58ba646e3d3f4354084b6ad296f3ad72
Bangkah/weblanjut-2024573010075
Blade
https://github.com/Bangkah/weblanjut-2024573010075
11
0
21
2025-09-10T01:06:55
2025-12-17T16:13:43
app.blade.php
projects/complex-Relationships/resources/views/layouts/app.blade.php
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>@yield('title')</title> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"> </head> <body class="container mt-4"...
Blade
205
b818fc09fe2020a7fd78fe047f3e5008e0267e7c3e3cc103f40a314e77235f34
Bangkah/weblanjut-2024573010075
Blade
https://github.com/Bangkah/weblanjut-2024573010075
11
0
21
2025-09-10T01:06:55
2025-12-17T16:13:43
result.blade.php
projects/dto-app/resources/views/product/result.blade.php
<!DOCTYPE html> <html> <head> <title>Product Result</title> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"> </head> <body class="container py-5"> <div class="row justify-content-center"> <div class="col-md-6"> <h2 class="mb-4">Produc...
Blade
278
84d293b68641a4ccaf5351dd25572df875f8db037e09b963420dba062e365eab
Bangkah/weblanjut-2024573010075
Blade
https://github.com/Bangkah/weblanjut-2024573010075
11
0
21
2025-09-10T01:06:55
2025-12-17T16:13:43
register.blade.php
projects/form-app/resources/views/register.blade.php
<!DOCTYPE html> <html> <head> <title>Form Register</title> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"> </head> <body class="container mt-5"> <h2>Contoh Validasi Kustom</h2> @if (session('success')) <div class="alert alert-success"> ...
Blade
406
f932f1c461dac399ae4777917a4aa9d12c8732e2276021ef005338127f4a4ac6
Bangkah/weblanjut-2024573010075
Blade
https://github.com/Bangkah/weblanjut-2024573010075
11
0
21
2025-09-10T01:06:55
2025-12-17T16:13:43
create.blade.php
projects/model-app/resources/views/product/create.blade.php
<!DOCTYPE html> <html> <head> <title>Create Product</title> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"> </head> <body class="container py-5"> <h2>Create Product (No Database)</h2> <form method="POST" action="{{ route('product.result') }}"> ...
Blade
242
e2f4daa08cbe24f598a0c96704559b8d0a09100fe19628195988cda86359de85
Bangkah/weblanjut-2024573010075
Blade
https://github.com/Bangkah/weblanjut-2024573010075
11
0
21
2025-09-10T01:06:55
2025-12-17T16:13:43
dasar.blade.php
projects/modul-4-blade-view/resources/views/dasar.blade.php
<!DOCTYPE html> <html> <head> <title>Data Passing Demo</title> </head> <body> <h1>Passing Data to Blade View</h1> <h2>String</h2> <p>Name: {{ $name }}</p> <h2>Array</h2> <ul> @foreach ($fruits as $fruit) <li>{{ $fruit }}</li> @endforeach </ul> <...
Blade
232
0f46407530ea79ef617644584baa265848252559591a49ca33035ae170146fe4
Bangkah/weblanjut-2024573010075
Blade
https://github.com/Bangkah/weblanjut-2024573010075
11
0
21
2025-09-10T01:06:55
2025-12-17T16:13:43
app.blade.php
projects/modul-4-blade-view/resources/views/layouts/app.blade.php
<!DOCTYPE html> <html> <head> <title>@yield('title') | Layout and Personalization</title> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"> </head> <body> <nav class="navbar navbar-expand-lg navbar-dark bg-dark mb-4"> <div class="container"> ...
Blade
310
7170a1c60d8e848e320a6c00ff9105cd0692e223ca14e2db07cc9c5a633c8b52
Bangkah/weblanjut-2024573010075
Blade
https://github.com/Bangkah/weblanjut-2024573010075
11
0
21
2025-09-10T01:06:55
2025-12-17T16:13:43
logic.blade.php
projects/modul-4-blade-view/resources/views/logic.blade.php
<!DOCTYPE html> <html> <head> <title>Blade Logic Demo</title> <meta charset="UTF-8"> </head> <body> <h1>Blade Control Structures Demo</h1> <h2>1. @@if / @@else</h2> @if ($isLoggedIn) <p>Welcome back, user!</p> @else <p>Please log in.</p> @endif <h2>2.@@ ...
Blade
367
ef4a540f13400d8a4300b54b775b34d10ea2075769ffeb3bbb743f0479024c99
Bangkah/weblanjut-2024573010075
Blade
https://github.com/Bangkah/weblanjut-2024573010075
11
0
21
2025-09-10T01:06:55
2025-12-17T16:13:43
about.blade.php
projects/modul-4-laravel-ui/resources/views/about.blade.php
@extends('layouts.app') @props(['title', 'icon', 'description', 'badge', 'theme' => 'light']) @section('title', 'About - Partial Views Demo') @section('content') <div class="row"> <div class="col-12"> <div class="theme-demo {{ $theme === 'dark' ? 'bg-dark border-light' : 'bg-white border' }} mb-4"> ...
Blade
336
a85747bbabbab5c764357f52b54e9350072bfd009f2a65b336cba94ace72ae37
Bangkah/weblanjut-2024573010075
Blade
https://github.com/Bangkah/weblanjut-2024573010075
11
0
21
2025-09-10T01:06:55
2025-12-17T16:13:43
contact-form.blade.php
projects/modul-4-laravel-ui/resources/views/components/contact-form.blade.php
@props(['title', 'icon', 'description', 'badge', 'theme', 'name', 'role', 'departments' => 'light']) <div class="card {{ $theme === 'dark' ? 'bg-dark border-light' : '' }} h-100"> <div class="card-header"> <h5>Form Kontak</h5> </div> <div class="card-body"> <form> <div class="mb-...
Blade
410
adc930a9cd809035704efd848c3121018549c10a5f7fae516765d8cf9fa035bf
Bangkah/weblanjut-2024573010075
Blade
https://github.com/Bangkah/weblanjut-2024573010075
11
0
21
2025-09-10T01:06:55
2025-12-17T16:13:43
footer.blade.php
projects/modul-4-laravel-ui/resources/views/components/footer.blade.php
@props(['title', 'icon', 'description', 'badge', 'theme' => 'light']) <footer class="mt-5 py-4 border-top {{ $theme === 'dark' ? 'border-secondary' : '' }}"> <div class="container"> <div class="row"> <div class="col-md-6"> <h5>Laravel UI Integrated Demo</h5> <p cl...
Blade
223
f0bf194b2bd7d7a11f914d0c70c9a4654ac86029c7790aa919228d8afff39675
Bangkah/weblanjut-2024573010075
Blade
https://github.com/Bangkah/weblanjut-2024573010075
11
0
21
2025-09-10T01:06:55
2025-12-17T16:13:43
contact.blade.php
projects/modul-4-laravel-ui/resources/views/contact.blade.php
@extends('layouts.app') @section('title', 'Contact - Components Demo') @section('content') <div class="row"> <div class="col-12"> <div class="theme-demo {{ $theme === 'dark' ? 'bg-dark border-light' : 'bg-white border' }} mb-4"> <h1 class="mb-4">Contact - Blade Components</h1> <p c...
Blade
360
ad76fcd72eb0b41c0fc8c39c5019911836d87d43109fcbf003b8d7536194d28d
Bangkah/weblanjut-2024573010075
Blade
https://github.com/Bangkah/weblanjut-2024573010075
11
0
21
2025-09-10T01:06:55
2025-12-17T16:13:43
app.blade.php
projects/modul-4-laravel-ui/resources/views/layouts/app.blade.php
<!DOCTYPE html> <html lang="id" data-bs-theme="{{ $theme }}"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>@yield('title', 'Laravel UI Integrated Demo')</title> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min....
Blade
445
fa05132a6d945b3219077422a18e9f6785d3371c75f654162c10296518a2ca3b
Bangkah/weblanjut-2024573010075
Blade
https://github.com/Bangkah/weblanjut-2024573010075
11
0
21
2025-09-10T01:06:55
2025-12-17T16:13:43
team-stats.blade.php
projects/modul-4-laravel-ui/resources/views/partials/team-stats.blade.php
<div class="card {{ $theme === 'dark' ? 'bg-dark border-light' : '' }} mt-4"> <div class="card-header"> <h5>Statistik Tim</h5> </div> <div class="card-body"> <div class="row text-center"> <div class="col-md-3"> <h3>3</h3> <p class="text-muted">Angg...
Blade
228
c82cd361b588f0607ae9fb9685b9ed68704fd6cf3ef1985478e66f55071a32b3
Bangkah/weblanjut-2024573010075
Blade
https://github.com/Bangkah/weblanjut-2024573010075
11
0
21
2025-09-10T01:06:55
2025-12-17T16:13:43
app.blade.php
projects/multistep-form-app/resources/views/layouts/app.blade.php
<!DOCTYPE html> <html lang="id"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>@yield('title', 'Multi-Step Form')</title> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"> <style> ...
Blade
464
cca4e7844253fbb97cbc1408c530d14bb829413bc415b98ea87b4ae071e3d0f6
Bangkah/weblanjut-2024573010075
Blade
https://github.com/Bangkah/weblanjut-2024573010075
11
0
21
2025-09-10T01:06:55
2025-12-17T16:13:43
complete.blade.php
projects/multistep-form-app/resources/views/multistep/complete.blade.php
@extends('layouts.app') @section('title', 'Pendaftaran Selesai') @section('content') <div class="row justify-content-center"> <div class="col-md-6"> <div class="card text-center"> <div class="card-body py-5"> <div class="mb-4"> <i class="fas fa-check-circle ...
Blade
487
c9a31bd155a9bec21f7a78d05778220aacfd82134df0c94033c19667df33d785
Bangkah/weblanjut-2024573010075
Blade
https://github.com/Bangkah/weblanjut-2024573010075
11
0
21
2025-09-10T01:06:55
2025-12-17T16:13:43
index.blade.php
projects/productpagination/resources/views/products/index.blade.php
<!DOCTYPE html> <html> <head> <title>Paginated Products</title> <script src="https://cdn.tailwindcss.com"></script> </head> <body class="max-w-4xl mx-auto py-10"> <h1 class="text-2xl font-bold mb-5">Daftar Produk (Paginasi)</h1> <table class="table-auto w-full border-collapse border border-gray-300 mb-...
Blade
292
a15d467ea50c255ad7e9eee3c71bdb8289c8c8b9d972c1d3d68a1cce6577555e
Bangkah/weblanjut-2024573010075
Blade
https://github.com/Bangkah/weblanjut-2024573010075
11
0
21
2025-09-10T01:06:55
2025-12-17T16:13:43
forgot-password.blade.php
projects/role-lab/resources/views/auth/forgot-password.blade.php
<x-guest-layout> <div class="mb-4 text-sm text-gray-600 dark:text-gray-400"> {{ __('Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.') }} </div> <!-- Session Status --> <x-auth-session-stat...
Blade
245
65a3d81f6cb67f3e017fd5111691ad3e0dbc9b34a00159ae335eddd910b13f6d
Bangkah/weblanjut-2024573010075
Blade
https://github.com/Bangkah/weblanjut-2024573010075
11
0
21
2025-09-10T01:06:55
2025-12-17T16:13:43
app.blade.php
projects/todo-app-mysql/resources/views/layouts/app.blade.php
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>@yield('title', 'Todo App')</title> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"> </head> <body class="con...
Blade
212
0a6934f2307900e99ab24e6df899fdbac5b28cb57b49d55ee514ad1b5e223eae
Bangkah/weblanjut-2024573010075
Blade
https://github.com/Bangkah/weblanjut-2024573010075
11
0
21
2025-09-10T01:06:55
2025-12-17T16:13:43
index.blade.php
projects/todo-app-mysql/resources/views/todos/index.blade.php
@extends('layouts.app') @section('title', 'Daftar Todo') @section('content') <h2>Daftar Todo</h2> <ul class="list-group"> @foreach($todos as $todo) <li class="list-group-item d-flex justify-content-between align-items-center"> {{ $todo->task }} <div> ...
Blade
244
140105264eba2b6166a326c8fbdff9e4f8104dedc90c1b2a515cb6462f475f82
CaturSetyono/first-laravel
MIT
Blade
learn laravel
https://github.com/CaturSetyono/first-laravel
13
0
238
2025-10-06T15:32:21
2026-01-10T15:29:32
show.blade.php
resources/views/barang/show.blade.php
@extends('adminlte::page') @section('title', 'Detail Barang') @section('content') <div class="card shadow"> <div class="card-header bg-info text-white"> <h5 class="mb-0">Detail Barang</h5> </div> <div class="card-body"> <table class="table table-bordered"> <tbody> ...
Blade
674
2a665a9bff45bcf28245288b6774008580b0f4b5bcd9e710f8ba91e57a1af46b
CaturSetyono/first-laravel
MIT
Blade
learn laravel
https://github.com/CaturSetyono/first-laravel
13
0
238
2025-10-06T15:32:21
2026-01-10T15:29:32
aggregate.blade.php
resources/views/db/aggregate.blade.php
@extends('adminlte::page') @section('title', 'Aggregate Functions') @section('content_header') <h1><i class="fas fa-calculator"></i> Aggregate Functions</h1> @stop @section('content') <style> .card-table { background-color: #ffffff; border-radius: 12px; box-shadow: 0 2px 8px rgba(0, 0...
Blade
742
3b2bd82a7b1b166bedd95ca83723a3618372dbd7f71b5f1da4926b3c86aa86b6
CaturSetyono/first-laravel
MIT
Blade
learn laravel
https://github.com/CaturSetyono/first-laravel
13
0
238
2025-10-06T15:32:21
2026-01-10T15:29:32
bacaDb2.blade.php
resources/views/db/bacaDb2.blade.php
@extends('adminlte::page') @section('title', 'Detail Kota') @section('content_header') <h1><i class="fas fa-map-marker-alt"></i> Detail Kota - Query first()</h1> @stop @section('content') <style> .card-table { background-color: #ffffff; border-radius: 12px; box-shadow: 0 2px 8px rgba(...
Blade
644
f7642582378891dd1e595a99b505569569c11bdf49b8ff050d5bf7917c606c63
CaturSetyono/first-laravel
MIT
Blade
learn laravel
https://github.com/CaturSetyono/first-laravel
13
0
238
2025-10-06T15:32:21
2026-01-10T15:29:32
default.blade.php
resources/views/default.blade.php
<!DOCTYPE html> <html> <head> <title>Rectangle Calculator | Luxe Store</title> <link rel="preconnect" href="https://fonts.googleapis.com"> <link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Poppins:wght@300;400;500;600&display=swap" rel="stylesheet"> <link rel...
Blade
645
fa25e9c24bc03a6d62ee5606ea8c8fbdeb15d97cf09131b82d8624f0775ebd6f
CaturSetyono/first-laravel
MIT
Blade
learn laravel
https://github.com/CaturSetyono/first-laravel
13
0
238
2025-10-06T15:32:21
2026-01-10T15:29:32
home.blade.php
resources/views/home.blade.php
@extends('adminlte::page') @section('title', 'Dashboard - RetroVault') @section('content_header') <h1 class="retro-title"><i class="fas fa-archive"></i> Dashboard</h1> @stop @section('content') <p class="retro-subtitle">Welcome to RetroVault - Your Modern Retro Management System.</p> @stop @section('css') <link hre...
Blade
344
091dfac79e7d1874ae593913e243a5e3ae4034c4b98b7dfd61cf9ba35564a64b
CaturSetyono/first-laravel
MIT
Blade
learn laravel
https://github.com/CaturSetyono/first-laravel
13
0
238
2025-10-06T15:32:21
2026-01-10T15:29:32
create.blade.php
resources/views/jual/create.blade.php
@extends('adminlte::page') @section('title', 'Transaksi Penjualan') @section('content_header') <h1><i class="fas fa-cash-register"></i> Tambah Transaksi Penjualan</h1> @stop @section('content') <div class="card shadow"> <div class="card-header bg-primary text-white"> <h5 class="mb-0">Form Data Pelanggan<...
Blade
1,156
ba4a67fe4633a9426e9f374b5b3391c484294beb71d0e395089dfb1081f64729
CaturSetyono/first-laravel
MIT
Blade
learn laravel
https://github.com/CaturSetyono/first-laravel
13
0
238
2025-10-06T15:32:21
2026-01-10T15:29:32
inputSegiEmpat.blade.php
resources/views/segi-empat/inputSegiEmpat.blade.php
@extends('default') @section('content') <h4>Form Masukan Nilai Segi Empat</h4> <form action="{{ route('segi-empat.hasil') }}" method="post"> {{csrf_field()}} @if ($errors->any()) <div class="alert alert-danger"> <strong>Ada kesalahan</strong> Harap diperbaiki.<br> <ul> @f...
Blade
301
6744ad61c2b832aaa2bd745f7b214ae4560db663ab73764955ece98bde87fb63
DJWeb-Damian-Jozwiak/larafony-demo-app
Blade
Simple Web application using Larafony framework and full power of PHP 8.5
https://github.com/DJWeb-Damian-Jozwiak/larafony-demo-app
11
0
19
2025-10-26T14:31:01
2025-12-22T10:52:59
index.blade.php
resources/views/blade/notes/index.blade.php
<x-layout title="Notes - Larafony Notes Pro+"> <a href="/" class="back-link">← Back to Home</a> <h1>📝 Notes</h1> <h2 style="margin-bottom: 1.5rem; color: #2c3e50;">All Notes</h2> @if(empty($notes)) <div style="background: white; padding: 40px; text-align: center; border-radius: 8px;"> ...
Blade
670
3b835d318ca08744210f7e0884cc646b69739e2bef7720fa50e3289627b13512
David-Crty/databasement
MIT
PHP
Simple web UI for database backup & restore
https://github.com/David-Crty/databasement
147
10
358
2025-11-14T21:05:44
2026-02-02T15:01:06
input-otp.blade.php
resources/views/components/input-otp.blade.php
@props([ 'digits' => 6, 'name' => 'code', ]) <div @focus-2fa-auth-code.window="$refs.input1?.focus()" @clear-2fa-auth-code.window="clearAll()" class="relative" x-data="{ totalDigits: @js($digits), digitIndices: @js(range(1, $digits)), init() { $nextTick(() =>...
Blade
900
634bddd336426cb1e693852b6bcb534083dbe8609748ef42a6065cf9ba793fbd
David-Crty/databasement
MIT
PHP
Simple web UI for database backup & restore
https://github.com/David-Crty/databasement
147
10
358
2025-11-14T21:05:44
2026-02-02T15:01:06
invitation-link-modal.blade.php
resources/views/components/invitation-link-modal.blade.php
@props(['title', 'message', 'doneAction' => null, 'doneLabel' => __('Done')]) <x-modal wire:model="showCopyModal" class="backdrop-blur" title="{{ $title }}" separator persistent> <p class="mb-4">{{ $message }}</p> <div class="flex gap-2"> <div class="flex-1"> <x-input wire:...
Blade
260
a79d267012863a020a7f2c627654ea34265212e74b46f554eb81f324c07d2da4
David-Crty/databasement
MIT
PHP
Simple web UI for database backup & restore
https://github.com/David-Crty/databasement
147
10
358
2025-11-14T21:05:44
2026-02-02T15:01:06
app.blade.php
resources/views/components/layouts/app.blade.php
<!DOCTYPE html> <html lang="{{ str_replace('_', '-', app()->getLocale()) }}" data-theme="dark"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, viewport-fit=cover"> <meta name="csrf-token" content="{{ csrf_token() }}"> <title>{{ isse...
Blade
1,680
abfc1621751507f5d20205d84a894ed7e57f8ef710ac9917f7fcd993c02f4684
David-Crty/databasement
MIT
PHP
Simple web UI for database backup & restore
https://github.com/David-Crty/databasement
147
10
358
2025-11-14T21:05:44
2026-02-02T15:01:06
accept-invitation.blade.php
resources/views/livewire/auth/accept-invitation.blade.php
<div class="flex flex-col gap-6"> <div class="flex w-full flex-col text-center"> <h1 class="text-2xl font-bold">{{ __('Complete your registration') }}</h1> <p class="text-sm opacity-70">{{ __('Welcome, :name! Set your password to complete your account setup.', ['name' => $user->name]) }}</p> </d...
Blade
287
4c5eefd20e39411f55cb5742927c4b82946c4401240fd293cf31288a9c1bf9a1
David-Crty/databasement
MIT
PHP
Simple web UI for database backup & restore
https://github.com/David-Crty/databasement
147
10
358
2025-11-14T21:05:44
2026-02-02T15:01:06
forgot-password.blade.php
resources/views/livewire/auth/forgot-password.blade.php
<x-layouts.auth> <div class="flex flex-col gap-6"> <div class="flex w-full flex-col text-center"> <h1 class="text-2xl font-bold">{{ __('Forgot password') }}</h1> <p class="text-sm opacity-70">{{ __('Enter your email to receive a password reset link') }}</p> </div> @i...
Blade
298
c3d1d87b0a37506d93792e5ba612b1070f4faec89cffbd3270eb01e7bf0862d9
David-Crty/databasement
MIT
PHP
Simple web UI for database backup & restore
https://github.com/David-Crty/databasement
147
10
358
2025-11-14T21:05:44
2026-02-02T15:01:06
login.blade.php
resources/views/livewire/auth/login.blade.php
<x-layouts.auth> <div class="flex flex-col gap-6"> <div class="flex w-full flex-col text-center"> <h1 class="text-2xl font-bold">{{ __('Log in to your account') }}</h1> <p class="text-sm opacity-70">{{ __('Enter your email and password below to log in') }}</p> </div> ...
Blade
695
8fa293ac8bacf5575316aa5f6712d9a51aa50d606767ceaeee75db4d6ba4766e
David-Crty/databasement
MIT
PHP
Simple web UI for database backup & restore
https://github.com/David-Crty/databasement
147
10
358
2025-11-14T21:05:44
2026-02-02T15:01:06
register.blade.php
resources/views/livewire/auth/register.blade.php
<x-layouts.auth> <div class="flex flex-col gap-6"> <div class="flex w-full flex-col text-center"> <h1 class="text-2xl font-bold">{{ __('Create an account') }}</h1> <p class="text-sm opacity-70">{{ __('Enter your details below to create your account') }}</p> </div> @i...
Blade
457
fb4b55b61dda4ccb4bfc2f70ef6f74cd7de531b7b8a8752a3d6bc7907959076d
David-Crty/databasement
MIT
PHP
Simple web UI for database backup & restore
https://github.com/David-Crty/databasement
147
10
358
2025-11-14T21:05:44
2026-02-02T15:01:06
delete-user-form.blade.php
resources/views/livewire/settings/delete-user-form.blade.php
<section class="mt-10 space-y-6"> <div class="relative mb-5"> <x-header title="{{ __('Delete account') }}" subtitle="{{ __('Delete your account and all of its resources') }}" size="text-lg" /> </div> <x-button label="{{ __('Delete account') }}" class="btn-error" @click="$wir...
Blade
286
f7c981bf13495d4393bde7bafe2a73378d8f5d334c78bf249b49e51177a8008b
David-Crty/databasement
MIT
PHP
Simple web UI for database backup & restore
https://github.com/David-Crty/databasement
147
10
358
2025-11-14T21:05:44
2026-02-02T15:01:06
profile.blade.php
resources/views/livewire/settings/profile.blade.php
<div> <div class="mx-auto max-w-4xl"> <x-header title="{{ __('Profile') }}" subtitle="{{ __('Update your name and email address') }}" size="text-2xl" separator class="mb-6" /> @if (session('success')) <x-alert class="alert-success mb-6" icon="o-check-circle" dismissible> ...
Blade
238
d67d726ac76cef883ad93f8246f2303795c4ed1c50fde0630af3ad74be7a0581
David-Crty/databasement
MIT
PHP
Simple web UI for database backup & restore
https://github.com/David-Crty/databasement
147
10
358
2025-11-14T21:05:44
2026-02-02T15:01:06
recovery-codes.blade.php
resources/views/livewire/settings/two-factor/recovery-codes.blade.php
<div class="py-6 space-y-6 border shadow-sm rounded-xl border-base-300" wire:cloak x-data="{ showRecoveryCodes: false }" > <div class="px-6 space-y-2"> <div class="flex items-center gap-2"> <x-icon name="o-lock-closed" class="w-4 h-4" /> <h3 class="text-lg font-semibold">...
Blade
627
136f3a9cc27b6d0cf3c5e03263be3f9f88667c90449840a42e6315f1eb29433d
David-Crty/databasement
MIT
PHP
Simple web UI for database backup & restore
https://github.com/David-Crty/databasement
147
10
358
2025-11-14T21:05:44
2026-02-02T15:01:06
create.blade.php
resources/views/livewire/user/create.blade.php
<div> <div class="mx-auto max-w-4xl"> <x-header title="{{ __('Create User') }}" subtitle="{{ __('Invite a new user to the application') }}" size="text-2xl" separator class="mb-6"> <x-slot:actions> <x-button label="{{ __('Cancel') }}" link="{{ route('users.index') }}" wire:navigat...
Blade
554
8e4484184898fd8ef17fdaeb24a962e874e69eeb463706529fabc5c3ba0ea006
David-Crty/databasement
MIT
PHP
Simple web UI for database backup & restore
https://github.com/David-Crty/databasement
147
10
358
2025-11-14T21:05:44
2026-02-02T15:01:06
edit.blade.php
resources/views/livewire/user/edit.blade.php
<div> <div class="mx-auto max-w-4xl"> <x-header title="{{ __('Edit User') }}" subtitle="{{ __('Update user information') }}" size="text-2xl" separator class="mb-6"> <x-slot:actions> <x-button label="{{ __('Back') }}" link="{{ route('users.index') }}" wire:navigate icon="o-arrow-l...
Blade
615
2c493593c183ad24ec076f0dad0097249dd346693d7eb18a47f3d90dcadbcde3
David-Crty/databasement
MIT
PHP
Simple web UI for database backup & restore
https://github.com/David-Crty/databasement
147
10
358
2025-11-14T21:05:44
2026-02-02T15:01:06
index.blade.php
resources/views/livewire/user/index.blade.php
<div> <!-- HEADER with filters (Desktop) --> <x-header title="{{ __('Users') }}" separator progress-indicator> <x-slot:actions> <div class="hidden lg:flex items-center gap-2"> @include('livewire.user._filters', ['variant' => 'desktop']) </div> @can('cr...
Blade
1,002
4a371afc4d7c08a66384eebc1b94694d2f0f52ba6eb042c37a63e6cfcbd5a56c
David-Crty/databasement
MIT
PHP
Simple web UI for database backup & restore
https://github.com/David-Crty/databasement
147
10
358
2025-11-14T21:05:44
2026-02-02T15:01:06
_form.blade.php
resources/views/livewire/volume/_form.blade.php
@props(['form', 'submitLabel' => 'Save', 'cancelRoute' => 'volumes.index', 'readonly' => false]) @php use App\Enums\VolumeType; @endphp <form wire:submit="save" class="space-y-6"> <!-- Basic Information --> <div class="space-y-4"> <h3 class="text-lg font-semibold">{{ __('Basic Information') }}</h3> ...
Blade
847
End of preview. Expand in Data Studio

Code Fresh

A 25M tokens dataset of code files across 42 programming languages from popular repositories created between August 2025 and December 2025.

This collection is intended to evaluate cross-language perplexity during language model development.

Statistics are reported below:

Language Tokens Files
csharp 999,994 1,328
objective_c 999,992 5,706
ruby 999,991 2,424
swift 999,987 1,268
php 999,983 1,616
typescript 999,937 1,205
kotlin 999,915 1,398
dart 995,950 981
python 987,690 911
javascript 970,169 1,284
scala 958,556 781
clojure 950,276 663
vue 927,619 789
go 924,775 746
java 916,106 1,075
lua 824,769 702
cpp 805,115 722
markdown 754,895 566
rust 738,553 495
verilog 737,223 538
fortran 736,416 716
c 713,959 744
perl 637,480 525
restructuredtext 603,081 1,012
html 573,150 445
systemverilog 551,213 456
blade 529,884 1,086
tcl 334,886 792
haskell 288,302 320
objective_cpp 213,089 386
vhdl 208,873 166
matlab 195,998 225
julia 183,677 185
erlang 173,670 201
ocaml 164,487 243
common_lisp 157,898 95
powershell 133,375 147
scheme 103,133 184
tex 62,597 74
mathematica 3,947 6
css 3,646 50
java_server_page 227 1
TOTAL 25,064,483 33,257
Downloads last month
145