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/bootstrap@5.3.3/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/bootstrap@5.3.3/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/bootstrap@5.3.3/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/bootstrap@5.3.3/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/bootstrap@5.3.3/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/bootstrap@5.3.3/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/bootstrap@5.3.3/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/bootstrap@5.3.3/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 |
601cdc8348b440949b2d8c52a0aed6ba71c4a33264f23a06b5c720f4a0037165 | 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 | s3-config.blade.php | resources/views/livewire/volume/connectors/s3-config.blade.php | <div class="space-y-4">
<x-alert class="alert-info" icon="o-information-circle">
{{ __('S3 credentials are configured via environment variables.') }}
<x-slot:actions>
<x-button
label="{{ __('View S3 Configuration Docs') }}"
link="https://david-crty.github.... | Blade | 267 |
84587e17918b64c3ece4d1704b327a9ea515a54746f21e5a4f1fe7655e9ea4a0 | 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 | sftp-config.blade.php | resources/views/livewire/volume/connectors/sftp-config.blade.php | <div class="space-y-4">
<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
<x-input
wire:model="config.host"
label="{{ __('Host') }}"
placeholder="{{ __('e.g., sftp.example.com') }}"
type="text"
:disabled="$readonly"
required
/... | Blade | 379 |
5f365036871e7792924fed4f86e61fdc2e50d46ac2d0d92da4ee3169810ba7c0 | 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/volume/edit.blade.php | <div>
<div class="mx-auto max-w-4xl">
<x-header title="{{ __('Edit Volume') }}" subtitle="{{ __('Update storage volume configuration') }}" size="text-2xl" separator class="mb-6" />
@if (session('status'))
<x-alert class="alert-success mb-6" icon="o-check-circle" dismissible>
... | Blade | 221 |
c4f0403bc50f1297c4aa71d8a1cfe973b9b42cf3c3f6d23f304ba92b58d815b6 | 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/volume/index.blade.php | <div>
<!-- HEADER with search (Desktop) -->
<x-header title="{{ __('Volumes') }}" separator progress-indicator>
<x-slot:actions>
<div class="hidden sm:flex items-center gap-2">
<x-input
placeholder="{{ __('Search...') }}"
wire:model.liv... | Blade | 1,040 |
391cc3ff7a927c04310725d239a15ff01dc9fa9e399cf8516cdf186ddba910c2 | Grazulex/laravel-autobuilder | PHP | Visual automation builder for Laravel - Create workflows with a drag-and-drop interface | https://github.com/Grazulex/laravel-autobuilder | 42 | 3 | 30 | 2025-12-31T07:08:50 | 2026-01-10T20:56:05 | editor.blade.php | resources/views/editor.blade.php | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="csrf-token" content="{{ csrf_token() }}">
<title>AutoBuilder - {{ $flow->name }}</title>
@if(app()->environment('local') && file_exists(public_path('hot'... | Blade | 260 | |
cdeba1e52cd1f47df70485f5ff7343a4c8927dbbb65a669584b273b2cc009731 | HafidzThufail22/learn-laravel12 | Blade | https://github.com/HafidzThufail22/learn-laravel12 | 7 | 0 | 7 | 2025-10-20T09:48:07 | 2026-01-06T16:26:59 | create.blade.php | resources/views/anggota/create.blade.php | @extends('layouts.app')
@section('content')
<h4>Tambah Anggota</h4>
<form action="{{ route('anggota.store') }}" method="POST">
@csrf
<div>
<label for="nomor_anggota">Nomor Anggota</label><br>
<input type="text" name="nomor_anggota" id="nomor_anggota" value="{{ old('nomor_anggota') }}">
... | Blade | 416 | ||
6e511198e83fb80e80915ba2b7fbabb9669706b86b86067be8ae29991d0519b9 | HafidzThufail22/learn-laravel12 | Blade | https://github.com/HafidzThufail22/learn-laravel12 | 7 | 0 | 7 | 2025-10-20T09:48:07 | 2026-01-06T16:26:59 | index.blade.php | resources/views/anggota/index.blade.php | <!DOCTYPE html>
<html>
<head>
<title>Daftar Anggota</title>
</head>
<body>
<h2>Daftar Anggota</h2>
@if (session('success'))
<div style="color: green;">
{{ session('success') }}
</div>
@endif
<br>
<a href="{{ route('anggota.create') }}">Tambah Anggota Baru</a>
<br><br>
... | Blade | 336 | ||
e2b0700bdd0d08ff908d9e53873fd89e48307c93730ff2f45ead640a627cd962 | HafidzThufail22/learn-laravel12 | Blade | https://github.com/HafidzThufail22/learn-laravel12 | 7 | 0 | 7 | 2025-10-20T09:48:07 | 2026-01-06T16:26:59 | index.blade.php | resources/views/barang/index.blade.php | @extends('layouts.app')
@section('content')
<h4>Daftar Barang</h4>
<a href="{{ route('barangs.create') }}" class="btn btn-info btn-sm">Tambah Barang Baru</a>
@if ($message = Session::get('success'))
<div class="alert alert-success mt-sm">
<p>{{ $message }}</p>
</div>
@endif
<table class="table table-responsive m... | Blade | 384 | ||
67f35fdb842d221c8fd84c06020698f52f22b8afb5188167cf9eb7a8fd6b859d | HafidzThufail22/learn-laravel12 | Blade | https://github.com/HafidzThufail22/learn-laravel12 | 7 | 0 | 7 | 2025-10-20T09:48:07 | 2026-01-06T16:26:59 | dropdown.blade.php | resources/views/components/dropdown.blade.php | @props(['align' => 'right', 'width' => '48', 'contentClasses' => 'py-1 bg-white dark:bg-gray-700'])
@php
$alignmentClasses = match ($align) {
'left' => 'ltr:origin-top-left rtl:origin-top-right start-0',
'top' => 'origin-top',
default => 'ltr:origin-top-right rtl:origin-top-left end-0',
};
$width = match ... | Blade | 336 | ||
9f6765c8820a03eb0e9d22398768b7b91cd31739e989ba79d043be021fe0a062 | HafidzThufail22/learn-laravel12 | Blade | https://github.com/HafidzThufail22/learn-laravel12 | 7 | 0 | 7 | 2025-10-20T09:48:07 | 2026-01-06T16:26:59 | create.blade.php | resources/views/kota/create.blade.php | @extends('layouts.app')
@section('content')
<div class="py-12">
<div class="max-w-7xl mx-auto sm:px-6 lg:px-8">
<div class="bg-white dark:bg-gray-800 overflow-hidden shadow-sm sm:rounded-lg">
<div class="p-6 text-gray-900 dark:text-gray-100">
<h2 class="text-2xl font-bold mb-6"... | Blade | 603 | ||
13fcbd96196951bf6c6befcb82cf2140181bb24ffbb867d0ca1845bff2055363 | HafidzThufail22/learn-laravel12 | Blade | https://github.com/HafidzThufail22/learn-laravel12 | 7 | 0 | 7 | 2025-10-20T09:48:07 | 2026-01-06T16:26:59 | create.blade.php | resources/views/propinsi/create.blade.php | @extends('layouts.app')
@section('content')
<h4>Propinsi Baru</h4>
<form action="{{ route('propinsi.store') }}" method="post">
{{csrf_field()}}
<div class="form-group {{ $errors->has('nama_propinsi') ?
'has-error' : '' }}">
<label for="nama_propinsi" class="control-label">Propinsi</label>
<inpu... | Blade | 216 | ||
61c848d259a0051645173ad8ac1242c18eee733cf6aaa19323e1ee6d252b4b19 | HafidzThufail22/toserba-management | Blade | https://github.com/HafidzThufail22/toserba-management | 7 | 0 | 27 | 2025-11-15T16:46:41 | 2026-01-20T14:35:50 | login-bootstrap.blade.php | resources/views/auth/login-bootstrap.blade.php | <!DOCTYPE html>
<html lang="id">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="csrf-token" content="{{ csrf_token() }}">
<title>Login - Aplikasi Manajemen Barang</title>
<!-- Bootstrap 5 -->
<link href="https://cdn.jsdelivr.net/... | Blade | 1,151 | ||
a75336d76d4dbe0755861b3a6e8c620d4770e157b4c7db38e339bce135cffaa1 | HafidzThufail22/toserba-management | Blade | https://github.com/HafidzThufail22/toserba-management | 7 | 0 | 27 | 2025-11-15T16:46:41 | 2026-01-20T14:35:50 | verify-email.blade.php | resources/views/auth/verify-email.blade.php | <x-guest-layout>
<div class="mb-4 text-sm text-gray-600">
{{ __('Thanks for signing up! Before getting started, could you verify your email address by clicking on the link we just emailed to you? If you didn\'t receive the email, we will gladly send you another.') }}
</div>
@if (session('status') =... | Blade | 285 | ||
50ba715666a9fa7b3267bf8ad854f3a474b54fe04e52bff4702915f866597356 | HafidzThufail22/toserba-management | Blade | https://github.com/HafidzThufail22/toserba-management | 7 | 0 | 27 | 2025-11-15T16:46:41 | 2026-01-20T14:35:50 | index.blade.php | resources/views/barang/index.blade.php | @extends('layouts.dashboard')
@section('content')
<div class="container">
<h3>Daftar Barang</h3>
<a href="{{ route('barang.create') }}" class="btn btn-primary mb-3">Tambah Barang</a>
@if (session('success'))
<div class="alert alert-success">{{ session('success') }}</div>
@endif
<table class="tab... | Blade | 461 | ||
ffe632df7862f9a0ebdf4fb5ebe558c01ea17c84159b00b2120da5394fd02f64 | HafidzThufail22/toserba-management | Blade | https://github.com/HafidzThufail22/toserba-management | 7 | 0 | 27 | 2025-11-15T16:46:41 | 2026-01-20T14:35:50 | create.blade.php | resources/views/jenis_barang/create.blade.php | @extends('layouts.dashboard')
@section('title', 'Tambah Jenis Barang')
@section('content')
<div class="card">
<div class="card-header">
<h5 class="card-title">Tambah Jenis Barang</h5>
</div>
<div class="card-body">
@if ($errors->any())
<div class="alert alert-danger">
<... | Blade | 262 | ||
bba25e2c3fcdceab65f466970855d67e1f05ab36b0ebf900e08d8a25d222c91a | HafidzThufail22/toserba-management | Blade | https://github.com/HafidzThufail22/toserba-management | 7 | 0 | 27 | 2025-11-15T16:46:41 | 2026-01-20T14:35:50 | create.blade.php | resources/views/propinsi/create.blade.php | @extends('layouts.dashboard')
@section('title', 'Tambah Propinsi')
@section('content')
<div class="container-fluid">
<div class="row justify-content-center">
<div class="col-lg-6">
<div class="d-flex justify-content-between align-items-center mb-4">
<h3><i class="bi bi-plus-circl... | Blade | 393 | ||
87f816698745cc2b4fe6d716e8d8a2f9c19ba8b122b9091b5ee75c666031514e | HafidzThufail22/toserba-management | Blade | https://github.com/HafidzThufail22/toserba-management | 7 | 0 | 27 | 2025-11-15T16:46:41 | 2026-01-20T14:35:50 | edit.blade.php | resources/views/propinsi/edit.blade.php | @extends('layouts.dashboard')
@section('title', 'Edit Propinsi')
@section('content')
<div class="container-fluid">
<div class="row justify-content-center">
<div class="col-lg-6">
<div class="d-flex justify-content-between align-items-center mb-4">
<h3><i class="bi bi-pencil"></i>... | Blade | 411 | ||
4f22099830c0bc920180feb18d9ecba3f5f0fa3f1f697b557d34790df3e685dc | HafidzThufail22/toserba-management | Blade | https://github.com/HafidzThufail22/toserba-management | 7 | 0 | 27 | 2025-11-15T16:46:41 | 2026-01-20T14:35:50 | index.blade.php | resources/views/transaksi/index.blade.php | @extends('layouts.dashboard')
@section('title', 'Transaksi Penjualan')
@section('content')
<div class="card">
<div class="card-header">
<h5 class="card-title">Transaksi Penjualan (Placeholder)</h5>
</div>
<div class="card-body">
<p>Halaman transaksi sementara menampilkan daftar barang seba... | Blade | 257 | ||
6672ccbe15339b669a70ddd7ab84f7491c69004ad72d1b46c1b5612f5b81c877 | Halltec/qr-generator | Blade | Sistema en laravel para generar qr | https://github.com/Halltec/qr-generator | 20 | 10 | 25 | 2025-12-01T17:35:31 | 2026-02-02T17:33:15 | register.blade.php | resources/views/livewire/auth/register.blade.php | <x-layouts.auth>
<div class="flex flex-col gap-6">
<x-auth-header :title="__('Create an account')" :description="__('Enter your details below to create your account')" />
<!-- Session Status -->
<x-auth-session-status class="text-center" :status="session('status')" />
<form method=... | Blade | 449 | |
d7dfa4e409fd7233ca804f2089621d43f27ddabc6f4aa9d4394e249924f41d53 | Halltec/qr-generator | Blade | Sistema en laravel para generar qr | https://github.com/Halltec/qr-generator | 20 | 10 | 25 | 2025-12-01T17:35:31 | 2026-02-02T17:33:15 | verify-email.blade.php | resources/views/livewire/auth/verify-email.blade.php | <x-layouts.auth>
<div class="mt-4 flex flex-col gap-6">
<flux:text class="text-center">
{{ __('Please verify your email address by clicking on the link we just emailed to you.') }}
</flux:text>
@if (session('status') == 'verification-link-sent')
<flux:text class="tex... | Blade | 268 | |
d6305e644e2ab8f7fefe4cae154f22963ed5e6626b0134ae6f60a02a10b88ef8 | Halltec/qr-generator | Blade | Sistema en laravel para generar qr | https://github.com/Halltec/qr-generator | 20 | 10 | 25 | 2025-12-01T17:35:31 | 2026-02-02T17:33:15 | profile.blade.php | resources/views/livewire/settings/profile.blade.php | <?php
use App\Models\User;
use Illuminate\Support\Facades\Auth;
use Illuminate\Support\Facades\Session;
use Illuminate\Validation\Rule;
use Livewire\Volt\Component;
new class extends Component {
public string $name = '';
public string $email = '';
/**
* Mount the component.
*/
public functi... | Blade | 764 | |
bfd8cec41d188af88d28a63973318cd08022f7af1d548e8941f5032c3ea15345 | Halltec/qr-generator | Blade | Sistema en laravel para generar qr | https://github.com/Halltec/qr-generator | 20 | 10 | 25 | 2025-12-01T17:35:31 | 2026-02-02T17:33:15 | create.blade.php | resources/views/qrcode/create.blade.php | <x-layouts.app :title="__('Create QR Code')">
<div class="flex items-center justify-between mt-8 mb-6">
<h1 class="text-2xl font-bold text-gray-900 dark:text-gray-100">QR Codes</h1>
</div>
<section class="w-full">
<form method="POST" action="{{ route('qrcode.store') }}" class="my-6 w-full space-y-6">... | Blade | 392 | |
a163dfd1056ed1c1879e36cc2dcaaa1c0cd74937acaa88d5672e8aa882db2be8 | Halltec/qr-generator | Blade | Sistema en laravel para generar qr | https://github.com/Halltec/qr-generator | 20 | 10 | 25 | 2025-12-01T17:35:31 | 2026-02-02T17:33:15 | show.blade.php | resources/views/qrcode/show.blade.php | <x-layouts.app :title="$qrcode->name">
<div class="max-w-xl mx-auto mt-10 bg-white dark:bg-zinc-800 rounded-lg shadow p-8">
<h1 class="text-2xl font-bold mb-6 text-gray-900 dark:text-gray-100">Detalle del QR</h1>
<div class="mb-4">
<label class="block text-md font-bold text-gray-700 dark:text-gray-200">Nombre<... | Blade | 504 | |
52f78f52e5b38842e0b5cb9292e0a0399f1e2089b9d5d0e3d979bfa00022ddaf | Lance19Kent/BIRIMS | Blade | The Barangay Integrated Record and Incident Management System in Web-Based | https://github.com/Lance19Kent/BIRIMS | 7 | 1 | 158 | 2025-09-16T01:54:45 | 2025-12-17T12:41:21 | forgot-password.blade.php | web-based/resources/views/auth/forgot-password.blade.php | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Forgot Password - BIRIMS</title>
@vite(['resources/css/app.css', 'resources/js/app.js'])
</head>
<body class="bg-gray-100">
<div class="min-h-screen flex items... | Blade | 516 | |
059632eec44a3cb382728204aec205c11186614d7e91254577910707ad95bac3 | Lance19Kent/BIRIMS | Blade | The Barangay Integrated Record and Incident Management System in Web-Based | https://github.com/Lance19Kent/BIRIMS | 7 | 1 | 158 | 2025-09-16T01:54:45 | 2025-12-17T12:41:21 | responsive-nav-link.blade.php | web-based/resources/views/components/responsive-nav-link.blade.php | @props(['active'])
@php
$classes = ($active ?? false)
? 'block w-full ps-3 pe-4 py-2 border-l-4 border-indigo-400 dark:border-indigo-600 text-start text-base font-medium text-indigo-700 dark:text-indigo-300 bg-indigo-50 dark:bg-indigo-900/50 focus:outline-none focus:text-indigo-800 dark:focus:text-indigo-2... | Blade | 266 | |
20282864916744caab73e3dc4a2972512db12c1a13e649b9cb90983563f3f12c | Lance19Kent/BIRIMS | Blade | The Barangay Integrated Record and Incident Management System in Web-Based | https://github.com/Lance19Kent/BIRIMS | 7 | 1 | 158 | 2025-09-16T01:54:45 | 2025-12-17T12:41:21 | navbar.blade.php | web-based/resources/views/partials/navbar.blade.php | <header class="fixed top-0 left-0 w-full z-[100] flex bg-white items-center px-4 h-16 sm:px-10 md:h-20 justify-between">
<!-- Hamburger Button (shows only on mobile) -->
<button id="menu-btn" class="block md:hidden focus:outline-none cursor-pointer">
<!-- 3-line hamburger icon -->
<svg class="... | Blade | 707 | |
2df80bdcdcf0dfe89e0256eac052eec3631b21bc7fbeefc26052ee4a1d9b55c2 | LaravelDaily/flyonui-starter-kit | MIT | Blade | https://github.com/LaravelDaily/flyonui-starter-kit | 15 | 4 | 13 | 2025-12-12T08:31:45 | 2026-01-31T15:39:27 | settings.blade.php | resources/views/components/layouts/settings.blade.php | <!-- Navbar pills -->
<div class="mb-6 flex gap-1 overflow-x-auto">
<a href="{{ route('settings.profile.edit') }}"
class="btn {{ request()->routeIs('settings.profile.*') ? 'btn-primary' : 'btn-text hover:text-bg-soft-primary focus:text-bg-soft-primary focus:outline-primary' }}">
<span class="icon-[ta... | Blade | 232 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.