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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b826f82d2e5e0f23c8bb5cdef8c50ffd2a06b47132d6e3a03a58e693dda1cad2 | achronyme/achronyme-platform | Blade | The Open Engineering Toolbox - Modern, fast, and free mathematical tools for engineers and students. Digital Signal Processing, Linear Algebra, Numerical Methods & more. Built with Laravel & planned WASM optimization. | https://github.com/achronyme/achronyme-platform | 8 | 0 | 101 | 2025-09-27T06:58:57 | 2025-11-22T22:46:23 | radio-list.blade.php | resources/views/components/app-ui/radio-list.blade.php | @props([
'legend' => '',
'name',
'options' => [],
'checkedValue' => null
])
@if($legend)
<legend class="sr-only">{{ $legend }}</legend>
@endif
<fieldset aria-label="{{ $legend }}" {{ $attributes->merge(['class' => '-space-y-px rounded-md bg-white dark:bg-slate-900/50']) }}>
@foreach ($options ... | Blade | 530 | |
75b2a73c952da733d973b21ea03d8ab00de6a6e23c2277085fce6c99fa04233b | achronyme/achronyme-platform | Blade | The Open Engineering Toolbox - Modern, fast, and free mathematical tools for engineers and students. Digital Signal Processing, Linear Algebra, Numerical Methods & more. Built with Laravel & planned WASM optimization. | https://github.com/achronyme/achronyme-platform | 8 | 0 | 101 | 2025-09-27T06:58:57 | 2025-11-22T22:46:23 | secondary-button.blade.php | resources/views/components/app-ui/secondary-button.blade.php | @props([
'type' => 'button',
'loadingText' => 'Cargando...'
])
<button {{ $attributes->merge([
'type' => $type,
'class' =>
'w-full relative group overflow-hidden isolate inline-flex items-center justify-center px-4 py-2 bg-white dark:bg-gray-800 border border-gray-300 dark:border-gray-500 roun... | Blade | 244 | |
86fe7c19bc14ebe50bf252e9ccb32713d8786ba96186109192cb34bc432352cc | achronyme/achronyme-platform | Blade | The Open Engineering Toolbox - Modern, fast, and free mathematical tools for engineers and students. Digital Signal Processing, Linear Algebra, Numerical Methods & more. Built with Laravel & planned WASM optimization. | https://github.com/achronyme/achronyme-platform | 8 | 0 | 101 | 2025-09-27T06:58:57 | 2025-11-22T22:46:23 | secondary-circular-button.blade.php | resources/views/components/app-ui/secondary-circular-button.blade.php | @props([
'type' => 'button',
'icon' // The icon name, e.g., 'plus', 'trash'
])
<button {{ $attributes->merge([
'type' => $type,
'class' => '
rounded-full p-2 bg-white dark:bg-gray-800 border border-gray-300 dark:border-gray-500
text-gray-700 dark:text-gray-300 shadow-xs
hover:bg... | Blade | 241 | |
4620dcf64b88eef196de6b9367baaf52fb392e449028a2fad86556554f2a0b60 | achronyme/achronyme-platform | Blade | The Open Engineering Toolbox - Modern, fast, and free mathematical tools for engineers and students. Digital Signal Processing, Linear Algebra, Numerical Methods & more. Built with Laravel & planned WASM optimization. | https://github.com/achronyme/achronyme-platform | 8 | 0 | 101 | 2025-09-27T06:58:57 | 2025-11-22T22:46:23 | background-blur.blade.php | resources/views/components/background-blur.blade.php | {{-- Decorative background blur effects --}}
<div aria-hidden="true" class="absolute inset-x-0 top-40 -z-100 transform-gpu overflow-hidden blur-3xl sm:top-40">
<div style="clip-path: polygon(74.1% 44.1%, 100% 61.6%, 97.5% 26.9%, 85.5% 0.1%, 80.7% 2%, 72.5% 32.5%, 60.2% 62.4%, 52.4% 68.1%, 47.5% 58.3%, 45.2% 34.5%, ... | Blade | 558 | |
855b4bc652dcf59e1680fce1059d73da3d4dc481b1c48f204ba1939f879491e8 | achronyme/achronyme-platform | Blade | The Open Engineering Toolbox - Modern, fast, and free mathematical tools for engineers and students. Digital Signal Processing, Linear Algebra, Numerical Methods & more. Built with Laravel & planned WASM optimization. | https://github.com/achronyme/achronyme-platform | 8 | 0 | 101 | 2025-09-27T06:58:57 | 2025-11-22T22:46:23 | breadcrumbs.blade.php | resources/views/components/breadcrumbs.blade.php | @props(['items' => []])
<div>
{{-- Mobile back button --}}
<nav aria-label="Back" class="sm:hidden">
<a href="{{ $items[0]['url'] ?? '#' }}" class="flex items-center text-sm font-medium text-gray-500 hover:text-gray-700 dark:text-gray-400 dark:hover:text-gray-300">
<svg viewBox="0 0 20 20" ... | Blade | 640 | |
c4af65c853b731d5cf7a883c666a085904047cea7fbd5f2b8f3ed4e47d399047 | achronyme/achronyme-platform | Blade | The Open Engineering Toolbox - Modern, fast, and free mathematical tools for engineers and students. Digital Signal Processing, Linear Algebra, Numerical Methods & more. Built with Laravel & planned WASM optimization. | https://github.com/achronyme/achronyme-platform | 8 | 0 | 101 | 2025-09-27T06:58:57 | 2025-11-22T22:46:23 | logo.blade.php | resources/views/components/image/logo.blade.php | @props([
'src' => '', {{-- original_path (ej: 'resources/images/brand/logo.png') --}}
'alt' => '',
'size' => 'md', {{-- sm|md|lg -> 150|300|500 px --}}
'class' => 'inline-block h-auto', {{-- no responsivo, pero estilizable --}}
'loading' => 'lazy',
'priority' => false, ... | Blade | 860 | |
27099cad6f463f3d73acdfd23ebaaf2aa9fddb4cae60a0bf53132123a5aa425b | achronyme/achronyme-platform | Blade | The Open Engineering Toolbox - Modern, fast, and free mathematical tools for engineers and students. Digital Signal Processing, Linear Algebra, Numerical Methods & more. Built with Laravel & planned WASM optimization. | https://github.com/achronyme/achronyme-platform | 8 | 0 | 101 | 2025-09-27T06:58:57 | 2025-11-22T22:46:23 | responsive-full.blade.php | resources/views/components/image/responsive-full.blade.php | @props([
'src' => '', {{-- original_path, ej: 'resources/images/hero-hq.jpg' --}}
'alt' => '',
'class' => 'w-full h-auto',
'sizes' => '100vw', {{-- ej: "(min-width:1280px) 1280px, 100vw" --}}
'loading' => 'lazy', {{-- usa eager sólo si es LCP --}}
'priority' => false, ... | Blade | 458 | |
3b38a600156d122e77c975ed03bb2b8c66952d89c534487549700e3e29236c21 | achronyme/achronyme-platform | Blade | The Open Engineering Toolbox - Modern, fast, and free mathematical tools for engineers and students. Digital Signal Processing, Linear Algebra, Numerical Methods & more. Built with Laravel & planned WASM optimization. | https://github.com/achronyme/achronyme-platform | 8 | 0 | 101 | 2025-09-27T06:58:57 | 2025-11-22T22:46:23 | input-error.blade.php | resources/views/components/input-error.blade.php | @props(['messages'])
@if ($messages)
<ul {{ $attributes->merge(['class' => 'text-sm text-red-600 dark:text-red-400 space-y-1 animate-in fade-in slide-in-from-top-1 duration-200']) }}>
@foreach ((array) $messages as $message)
<li class="flex items-center gap-1.5">
<svg class="siz... | Blade | 304 | |
8fe29893d3b1271f7ab8d278fbee5a5d142a2618c8440f7d786525f12576356e | achronyme/achronyme-platform | Blade | The Open Engineering Toolbox - Modern, fast, and free mathematical tools for engineers and students. Digital Signal Processing, Linear Algebra, Numerical Methods & more. Built with Laravel & planned WASM optimization. | https://github.com/achronyme/achronyme-platform | 8 | 0 | 101 | 2025-09-27T06:58:57 | 2025-11-22T22:46:23 | tool-card.blade.php | resources/views/components/partials/home/tool-card.blade.php | @props(['icon', 'title', 'description', 'url', 'target'])
<a href="{{ $url }}" class="group relative block overflow-hidden rounded-lg bg-white/40 p-6 shadow-lg backdrop-blur-xl backdrop-saturate-150 ring-1 ring-white/20 transition-all duration-300 hover:-translate-y-1 hover:bg-white/60 hover:shadow-2xl hover:shadow-pu... | Blade | 645 | |
f9a9052d839a7caa37d1f9337e7118d1164be886c52fc30c53816e99d4e7f308 | achronyme/achronyme-platform | Blade | The Open Engineering Toolbox - Modern, fast, and free mathematical tools for engineers and students. Digital Signal Processing, Linear Algebra, Numerical Methods & more. Built with Laravel & planned WASM optimization. | https://github.com/achronyme/achronyme-platform | 8 | 0 | 101 | 2025-09-27T06:58:57 | 2025-11-22T22:46:23 | footer.blade.php | resources/views/components/partials/layout/footer.blade.php | <footer class="bg-white dark:bg-gray-900 border-t border-gray-200 dark:border-gray-800">
<div class="mx-auto max-w-7xl px-6 py-12 lg:px-8">
<div class="flex flex-col items-center justify-center gap-y-4">
<x-image.logo class="w-auto h-12" src="resources/images/logo.png"/>
<h2 class="t... | Blade | 1,376 | |
bd144204e2cc530efa2132fa858be8f186e4f6852d04481a92cecbb7c58abbdc | achronyme/achronyme-platform | Blade | The Open Engineering Toolbox - Modern, fast, and free mathematical tools for engineers and students. Digital Signal Processing, Linear Algebra, Numerical Methods & more. Built with Laravel & planned WASM optimization. | https://github.com/achronyme/achronyme-platform | 8 | 0 | 101 | 2025-09-27T06:58:57 | 2025-11-22T22:46:23 | responsive-nav-link.blade.php | 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-hidden focus:text-indigo-800 dark:focus:text-indigo... | Blade | 266 | |
adf35f755ff139017b7d2bcc244325c3f8d83fbfb39ee5cbf4cc0d81cadf2a80 | achronyme/achronyme-platform | Blade | The Open Engineering Toolbox - Modern, fast, and free mathematical tools for engineers and students. Digital Signal Processing, Linear Algebra, Numerical Methods & more. Built with Laravel & planned WASM optimization. | https://github.com/achronyme/achronyme-platform | 8 | 0 | 101 | 2025-09-27T06:58:57 | 2025-11-22T22:46:23 | tabbed-tool.blade.php | resources/views/components/tabbed-tool.blade.php | @props(['tabs' => []])
{{--
|--------------------------------------------------------------------------
| Tabbed Tool Wrapper Component
|--------------------------------------------------------------------------
| Un componente wrapper que permite mostrar múltiples herramientas en pestañas.
| Soporta navegación respon... | Blade | 1,204 | |
ea9bea071f9d7320653ce868179e62a56cfaae6cd8374aaf69009e31d24f34c6 | achronyme/achronyme-platform | Blade | The Open Engineering Toolbox - Modern, fast, and free mathematical tools for engineers and students. Digital Signal Processing, Linear Algebra, Numerical Methods & more. Built with Laravel & planned WASM optimization. | https://github.com/achronyme/achronyme-platform | 8 | 0 | 101 | 2025-09-27T06:58:57 | 2025-11-22T22:46:23 | three-column-tool.blade.php | resources/views/components/three-column-tool.blade.php | @props(['leftSidebar', 'rightSidebar'])
<div class="mx-auto w-full max-w-7xl grow lg:flex xl:px-2">
<div class="flex-1 xl:flex">
{{-- Left sidebar --}}
<div class="border-b border-gray-200 p-6 sm:px-6 lg:pl-8 xl:w-80 xl:shrink-0 xl:border-r xl:border-b-0 xl:pl-6 dark:border-white/10">
... | Blade | 365 | |
8a8bd58f5bfae0bf6656b7129436c46f068f73c0d46ae87e13e54317422364f6 | achronyme/achronyme-platform | Blade | The Open Engineering Toolbox - Modern, fast, and free mathematical tools for engineers and students. Digital Signal Processing, Linear Algebra, Numerical Methods & more. Built with Laravel & planned WASM optimization. | https://github.com/achronyme/achronyme-platform | 8 | 0 | 101 | 2025-09-27T06:58:57 | 2025-11-22T22:46:23 | tool-header.blade.php | resources/views/components/tool-header.blade.php | @props(['title', 'icon' => null, 'actions' => null])
<div class="mt-2 md:flex md:items-center md:justify-between">
<div class="min-w-0 flex-1 flex items-center space-x-3">
@if ($icon)
<div class="flex size-10 items-center justify-center rounded-lg bg-slate-100 ring-1 ring-slate-200 transition-a... | Blade | 322 | |
c711d964d0c1f9f17b6222221acb5b427368889d490e6a4035b52622394f2684 | achronyme/achronyme-platform | Blade | The Open Engineering Toolbox - Modern, fast, and free mathematical tools for engineers and students. Digital Signal Processing, Linear Algebra, Numerical Methods & more. Built with Laravel & planned WASM optimization. | https://github.com/achronyme/achronyme-platform | 8 | 0 | 101 | 2025-09-27T06:58:57 | 2025-11-22T22:46:23 | tool-layout.blade.php | resources/views/components/tool-layout.blade.php | @props(['title', 'breadcrumbs' => [], 'icon' => null, 'scripts' => null])
<x-app-layout :title="$title">
<div class="mt-6 lg:mt-8 flex min-h-full flex-col max-w-7xl mx-auto w-full">
<div class="p-6 lg:px-8">
{{-- Breadcrumbs navigation --}}
<x-breadcrumbs :items="$breadcrumbs" />
... | Blade | 207 | |
8c2929ad769d373129c53d007db34ce9ac5edaf5b6bd94a7185f67ae13b9e7b0 | achronyme/achronyme-platform | Blade | The Open Engineering Toolbox - Modern, fast, and free mathematical tools for engineers and students. Digital Signal Processing, Linear Algebra, Numerical Methods & more. Built with Laravel & planned WASM optimization. | https://github.com/achronyme/achronyme-platform | 8 | 0 | 101 | 2025-09-27T06:58:57 | 2025-11-22T22:46:23 | dashboard.blade.php | resources/views/dashboard.blade.php | <x-app-layout>
<div class="py-12">
<div class="max-w-7xl mx-auto sm:px-6 lg:px-8">
<div class="bg-white shadow-sm sm:rounded-lg dark:bg-gray-800/50 dark:shadow-none dark:outline dark:-outline-offset-1 dark:outline-white/10">
<div class="px-4 py-5 sm:p-6">
<h3... | Blade | 325 | |
746138c76f780b433dcf4c354fae3bb6f9f42720d5f4e1446b41647169c807ca | achronyme/achronyme-platform | Blade | The Open Engineering Toolbox - Modern, fast, and free mathematical tools for engineers and students. Digital Signal Processing, Linear Algebra, Numerical Methods & more. Built with Laravel & planned WASM optimization. | https://github.com/achronyme/achronyme-platform | 8 | 0 | 101 | 2025-09-27T06:58:57 | 2025-11-22T22:46:23 | index.blade.php | resources/views/tools/agents/index.blade.php | <x-tool-layout
title="Visualizador de Teoría de Agentes"
:breadcrumbs="[
['name' => 'Inicio', 'url' => route('home')],
['name' => 'Herramientas', 'url' => route('home')],
['name' => 'Teoría de Agentes', 'url' => null]
]"
icon="conv"
>
<x-slot:actions>
<x-app-ui.second... | Blade | 470 | |
1b17c60ca5146ebd43872ab4cd5fef26932bc28de955ff75b3231561e7b011c8 | achronyme/achronyme-platform | Blade | The Open Engineering Toolbox - Modern, fast, and free mathematical tools for engineers and students. Digital Signal Processing, Linear Algebra, Numerical Methods & more. Built with Laravel & planned WASM optimization. | https://github.com/achronyme/achronyme-platform | 8 | 0 | 101 | 2025-09-27T06:58:57 | 2025-11-22T22:46:23 | index.blade.php | resources/views/tools/optimization/simplex/index.blade.php | @php
$breadcrumbs = [
['name' => 'Herramientas', 'url' => route('home')],
['name' => 'Optimización', 'url' => '#'],
['name' => 'Método Simplex', 'url' => '#']
];
@endphp
<x-tool-layout title="Método Simplex" :breadcrumbs="$breadcrumbs" icon="table-view">
<x-slot:actions>
<x-secondary-button>Vol... | Blade | 298 | |
b6ff9dcd87c2fb24eebb6983cd6db502351953bf25deaccdad85d5cadfe4cd84 | achronyme/achronyme-platform | Blade | The Open Engineering Toolbox - Modern, fast, and free mathematical tools for engineers and students. Digital Signal Processing, Linear Algebra, Numerical Methods & more. Built with Laravel & planned WASM optimization. | https://github.com/achronyme/achronyme-platform | 8 | 0 | 101 | 2025-09-27T06:58:57 | 2025-11-22T22:46:23 | welcome.blade.php | resources/views/welcome.blade.php | <x-app-layout title="Engineering toolbox">
<div id="hero-section" class="relative px-6 lg:px-8">
<div class="sm:mt-32 lg:mt-16 container mx-auto text-center">
<a href="https://github.com/achronyme/achronyme-core" target="_blank" class="inline-flex space-x-6 invisible sm:visible">
<span class="ro... | Blade | 1,517 | |
b2eaf6447e84afb05a64918a2b3fce7c7eab767bd99cb1537b6c4f4cf59ab73a | alexvydrin09/e-commerce | MIT | Blade | About Online Store Site | https://github.com/alexvydrin09/e-commerce | 8 | 0 | 103 | 2025-08-23T16:15:00 | 2025-12-19T16:03:51 | login.blade.php | resources/views/auth/login.blade.php | <!DOCTYPE html>
<html lang="en">
<head>
<title>E-SHOP || Login Page</title>
@include('backend.layouts.head')
</head>
<body class="bg-gradient-primary">
<div class="container">
<!-- Outer Row -->
<div class="row justify-content-center">
<div class="col-xl-10 col-lg-12 col-md-9 mt-5">
<... | Blade | 632 |
d902c3582a4a44211ddfa541dee2ad74195804c0434568255151defa7e6cfc33 | alexvydrin09/e-commerce | MIT | Blade | About Online Store Site | https://github.com/alexvydrin09/e-commerce | 8 | 0 | 103 | 2025-08-23T16:15:00 | 2025-12-19T16:03:51 | email.blade.php | resources/views/auth/passwords/email.blade.php | <!DOCTYPE html>
<html lang="en">
<head>
@include('backend.layouts.head')
</head>
<body class="bg-gradient-primary">
<div class="container">
<!-- Outer Row -->
<div class="row justify-content-center">
<div class="col-xl-10 col-lg-12 col-md-9">
<div class="card o-hidden border-0 shadow-lg m... | Blade | 490 |
61d4fe437e1aa861db6f5f1fbb9294072b5613232cdc4ff0092170136c613f2f | alexvydrin09/e-commerce | MIT | Blade | About Online Store Site | https://github.com/alexvydrin09/e-commerce | 8 | 0 | 103 | 2025-08-23T16:15:00 | 2025-12-19T16:03:51 | verify.blade.php | resources/views/auth/verify.blade.php | @extends('layouts.app')
@section('content')
<div class="container">
<div class="row justify-content-center">
<div class="col-md-8">
<div class="card">
<div class="card-header">{{ __('Verify Your Email Address') }}</div>
<div class="card-body">
... | Blade | 221 |
57864ffeceff401fa8b9667659b0e3d277d6f289e07a66233d06bd97d9631601 | alexvydrin09/e-commerce | MIT | Blade | About Online Store Site | https://github.com/alexvydrin09/e-commerce | 8 | 0 | 103 | 2025-08-23T16:15:00 | 2025-12-19T16:03:51 | edit.blade.php | resources/views/backend/banner/edit.blade.php | @extends('backend.layouts.master')
@section('title','E-SHOP || Banner Edit')
@section('main-content')
<div class="card">
<h5 class="card-header">Edit Banner</h5>
<div class="card-body">
<form method="post" action="{{route('banner.update',$banner->id)}}">
@csrf
@method('PATCH')
<d... | Blade | 720 |
79727b184753fdc21d59d84bdc9a271a072b2854cda6082d159dea571c9452b2 | alexvydrin09/e-commerce | MIT | Blade | About Online Store Site | https://github.com/alexvydrin09/e-commerce | 8 | 0 | 103 | 2025-08-23T16:15:00 | 2025-12-19T16:03:51 | index.blade.php | resources/views/backend/banner/index.blade.php | @extends('backend.layouts.master')
@section('title','E-SHOP || Banner Page')
@section('main-content')
<!-- DataTales Example -->
<div class="card shadow mb-4">
<div class="row">
<div class="col-md-12">
@include('backend.layouts.notification')
</div>
</div>
<div class="card-... | Blade | 1,448 |
925b71213ab6e2fe90087df388b84a9fbbbbe4cf7e6be5a596ba00c56b7de0ed | alexvydrin09/e-commerce | MIT | Blade | About Online Store Site | https://github.com/alexvydrin09/e-commerce | 8 | 0 | 103 | 2025-08-23T16:15:00 | 2025-12-19T16:03:51 | edit.blade.php | resources/views/backend/brand/edit.blade.php | @extends('backend.layouts.master')
@section('title','E-SHOP || Brand Edit')
@section('main-content')
<div class="card">
<h5 class="card-header">Edit Brand</h5>
<div class="card-body">
<form method="post" action="{{route('brand.update',$brand->id)}}">
@csrf
@method('PATCH')
<div c... | Blade | 470 |
83a044acbaa1b8cb444c2e08078bddfe0b96016bd9813bb3b246a4050af4c9b7 | alexvydrin09/e-commerce | MIT | Blade | About Online Store Site | https://github.com/alexvydrin09/e-commerce | 8 | 0 | 103 | 2025-08-23T16:15:00 | 2025-12-19T16:03:51 | create.blade.php | resources/views/backend/category/create.blade.php | @extends('backend.layouts.master')
@section('main-content')
<div class="card">
<h5 class="card-header">Add Category</h5>
<div class="card-body">
<form method="post" action="{{route('category.store')}}">
{{csrf_field()}}
<div class="form-group">
<label for="inputTitle" class="co... | Blade | 911 |
108697fc0b3224f00d402a0ec3941bd7adf5304ddf34f7ab3a377a2824b36fb4 | alexvydrin09/e-commerce | MIT | Blade | About Online Store Site | https://github.com/alexvydrin09/e-commerce | 8 | 0 | 103 | 2025-08-23T16:15:00 | 2025-12-19T16:03:51 | edit.blade.php | resources/views/backend/comment/edit.blade.php | @extends('backend.layouts.master')
@section('title','Comment Edit')
@section('main-content')
<div class="card">
<h5 class="card-header">Comment Edit</h5>
<div class="card-body">
<form action="{{route('comment.update',$comment->id)}}" method="POST">
@csrf
@method('PATCH')
<div class="form-gro... | Blade | 361 |
9e98a573f4245ebbc4f16ccb312c8144c52a634d67ac979452714d3131895c7a | alexvydrin09/e-commerce | MIT | Blade | About Online Store Site | https://github.com/alexvydrin09/e-commerce | 8 | 0 | 103 | 2025-08-23T16:15:00 | 2025-12-19T16:03:51 | edit.blade.php | resources/views/backend/coupon/edit.blade.php | @extends('backend.layouts.master')
@section('main-content')
<div class="card">
<h5 class="card-header">Edit Coupon</h5>
<div class="card-body">
<form method="post" action="{{route('coupon.update',$coupon->id)}}">
@csrf
@method('PATCH')
<div class="form-group">
<label f... | Blade | 683 |
b621bf5beb11d1eb494e708711219134cb0f2f486a264b707031cf60197fc679 | alexvydrin09/e-commerce | MIT | Blade | About Online Store Site | https://github.com/alexvydrin09/e-commerce | 8 | 0 | 103 | 2025-08-23T16:15:00 | 2025-12-19T16:03:51 | header.blade.php | resources/views/backend/layouts/header.blade.php | <nav class="navbar navbar-expand navbar-light bg-white topbar mb-4 static-top shadow">
<!-- Sidebar Toggle (Topbar) -->
<button id="sidebarToggleTop" class="btn btn-link rounded-circle mr-3">
<i class="fa fa-bars"></i>
</button>
<a href="{{route('storage.link')}}" class="btn btn-outline-warning... | Blade | 971 |
05db38816e83c9ded40eba45d7ec9ffeeb57c19753cec865a4a4ebd812b079a6 | alexvydrin09/e-commerce | MIT | Blade | About Online Store Site | https://github.com/alexvydrin09/e-commerce | 8 | 0 | 103 | 2025-08-23T16:15:00 | 2025-12-19T16:03:51 | index.blade.php | resources/views/backend/message/index.blade.php | @extends('backend.layouts.master')
@section('main-content')
<div class="card">
<div class="row">
<div class="col-md-12">
@include('backend.layouts.notification')
</div>
</div>
<h5 class="card-header">Messages</h5>
<div class="card-body">
@if(count($messages)>0)
<table class="table message... | Blade | 946 |
e475f0ae1371483b48d0a42baafc9e007b6bcf961b9566c1be87365e45cec334 | alexvydrin09/e-commerce | MIT | Blade | About Online Store Site | https://github.com/alexvydrin09/e-commerce | 8 | 0 | 103 | 2025-08-23T16:15:00 | 2025-12-19T16:03:51 | message.blade.php | resources/views/backend/message/message.blade.php | <div id="messages">
<a class="nav-link dropdown-toggle" href="#" id="messagesDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i class="fas fa-envelope fa-fw"></i>
<!-- Counter - Messages -->
@if(count(Helper::messageList())>5)
<span data... | Blade | 903 |
afacb6ff55a3bf85f1282b2a54f96ce0668684212da3aec7aa863e4b14ef8e08 | alexvydrin09/e-commerce | MIT | Blade | About Online Store Site | https://github.com/alexvydrin09/e-commerce | 8 | 0 | 103 | 2025-08-23T16:15:00 | 2025-12-19T16:03:51 | show.blade.php | resources/views/backend/message/show.blade.php | @extends('backend.layouts.master')
@section('main-content')
<div class="card">
<h5 class="card-header">Message</h5>
<div class="card-body">
@if($message)
@if($message->photo)
<img src="{{$message->photo}}" class="rounded-circle " style="margin-left:44%;">
@else
<img src="{{asset... | Blade | 214 |
e31db5eae0514adb2237437cf6d4bdb4aacf5ad510a824607da0208909e2ab10 | alexvydrin09/e-commerce | MIT | Blade | About Online Store Site | https://github.com/alexvydrin09/e-commerce | 8 | 0 | 103 | 2025-08-23T16:15:00 | 2025-12-19T16:03:51 | index.blade.php | resources/views/backend/notification/index.blade.php | @extends('backend.layouts.master')
@section('title','E-SHOP || All Notifications')
@section('main-content')
<div class="card">
<div class="row">
<div class="col-md-12">
@include('backend.layouts.notification')
</div>
</div>
<h5 class="card-header">Notifications</h5>
<div class="ca... | Blade | 861 |
0ed25fa74f7035f513dadf86ecc7c1cd510271a10608e4f9d10b7456b48326df | alexvydrin09/e-commerce | MIT | Blade | About Online Store Site | https://github.com/alexvydrin09/e-commerce | 8 | 0 | 103 | 2025-08-23T16:15:00 | 2025-12-19T16:03:51 | show.blade.php | resources/views/backend/notification/show.blade.php | <div id="notifications">
<a class="nav-link dropdown-toggle" href="#" id="alertsDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i class="fas fa-bell fa-fw"></i>
<!-- Counter - Alerts -->
<span class="badge badge-danger badge-counter">
@... | Blade | 421 |
a623ba7dd5805fb1d147145252f7dcd8f7dbd9368cf9b0d90b53d3bfb14f67ff | alexvydrin09/e-commerce | MIT | Blade | About Online Store Site | https://github.com/alexvydrin09/e-commerce | 8 | 0 | 103 | 2025-08-23T16:15:00 | 2025-12-19T16:03:51 | index.blade.php | resources/views/backend/order/index.blade.php | @extends('backend.layouts.master')
@section('main-content')
<!-- DataTales Example -->
<div class="card shadow mb-4">
<div class="row">
<div class="col-md-12">
@include('backend.layouts.notification')
</div>
</div>
<div class="card-header py-3">
<h6 class="m-0 font-w... | Blade | 1,303 |
b6b4e8b348611edb76bff91449fb898a188fb05849619cfb44ee5bd7f1c004ad | alexvydrin09/e-commerce | MIT | Blade | About Online Store Site | https://github.com/alexvydrin09/e-commerce | 8 | 0 | 103 | 2025-08-23T16:15:00 | 2025-12-19T16:03:51 | pdf.blade.php | resources/views/backend/order/pdf.blade.php | <!DOCTYPE html>
<html>
<head>
<title>Order @if($order)- {{$order->order_number}} @endif</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
</head>
... | Blade | 1,598 |
ef20efac6c11f5eca1981b637873a6027209d952283c0a0c50bdcd48e7dafa1f | alexvydrin09/e-commerce | MIT | Blade | About Online Store Site | https://github.com/alexvydrin09/e-commerce | 8 | 0 | 103 | 2025-08-23T16:15:00 | 2025-12-19T16:03:51 | create.blade.php | resources/views/backend/postcategory/create.blade.php | @extends('backend.layouts.master')
@section('main-content')
<div class="card">
<h5 class="card-header">Add Post Category</h5>
<div class="card-body">
<form method="post" action="{{route('post-category.store')}}">
{{csrf_field()}}
<div class="form-group">
<label for="inputTitle"... | Blade | 296 |
cadf26380185cc7e4ec74a5cb4bf8db5f659552482b2508531c16c9b6d2f99b3 | alexvydrin09/e-commerce | MIT | Blade | About Online Store Site | https://github.com/alexvydrin09/e-commerce | 8 | 0 | 103 | 2025-08-23T16:15:00 | 2025-12-19T16:03:51 | edit.blade.php | resources/views/backend/posttag/edit.blade.php | @extends('backend.layouts.master')
@section('main-content')
<div class="card">
<h5 class="card-header">Edit Post Tag</h5>
<div class="card-body">
<form method="post" action="{{route('post-tag.update',$postTag->id)}}">
@csrf
@method('PATCH')
<div class="form-group">
<la... | Blade | 323 |
e71d9459a2cc91eab14ee04299aefc07aceff546d1ebb20a90c3cbe4ebe30fa2 | alexvydrin09/e-commerce | MIT | Blade | About Online Store Site | https://github.com/alexvydrin09/e-commerce | 8 | 0 | 103 | 2025-08-23T16:15:00 | 2025-12-19T16:03:51 | index.blade.php | resources/views/backend/posttag/index.blade.php | @extends('backend.layouts.master')
@section('main-content')
<!-- DataTales Example -->
<div class="card shadow mb-4">
<div class="row">
<div class="col-md-12">
@include('backend.layouts.notification')
</div>
</div>
<div class="card-header py-3">
<h6 class="m-0 font-w... | Blade | 1,077 |
4bef9ef7f468c49a2c3e82b3cdbf5eeee540398850c96d6a6dfde2365f971663 | alexvydrin09/e-commerce | MIT | Blade | About Online Store Site | https://github.com/alexvydrin09/e-commerce | 8 | 0 | 103 | 2025-08-23T16:15:00 | 2025-12-19T16:03:51 | edit.blade.php | resources/views/backend/review/edit.blade.php | @extends('backend.layouts.master')
@section('title','Review Edit')
@section('main-content')
<div class="card">
<h5 class="card-header">Review Edit</h5>
<div class="card-body">
<form action="{{route('review.update',$review->id)}}" method="POST">
@csrf
@method('PATCH')
<div class="form-group">... | Blade | 362 |
2cc4f28249276df8704dfea4ebd96c252ec6d762713acdf811cb8135c2d18105 | alexvydrin09/e-commerce | MIT | Blade | About Online Store Site | https://github.com/alexvydrin09/e-commerce | 8 | 0 | 103 | 2025-08-23T16:15:00 | 2025-12-19T16:03:51 | create.blade.php | resources/views/backend/shipping/create.blade.php | @extends('backend.layouts.master')
@section('main-content')
<div class="card">
<h5 class="card-header">Add Shipping</h5>
<div class="card-body">
<form method="post" action="{{route('shipping.store')}}">
{{csrf_field()}}
<div class="form-group">
<label for="inputTitle" class="co... | Blade | 526 |
0d8b9f93bc3655353366dbfa627e51a005557d4b6c09511e3e336540f6c4fa44 | alexvydrin09/e-commerce | MIT | Blade | About Online Store Site | https://github.com/alexvydrin09/e-commerce | 8 | 0 | 103 | 2025-08-23T16:15:00 | 2025-12-19T16:03:51 | head.blade.php | resources/views/frontend/layouts/head.blade.php | <!-- Meta Tag -->
@yield('meta')
<!-- Title Tag -->
<title>@yield('title')</title>
<!-- Favicon -->
<link rel="icon" type="image/png" href="images/favicon.png">
<!-- Web Font -->
<link href="https://fonts.googleapis.com/css?family=Poppins:200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap... | Blade | 545 |
a8c1d5b2d4e55e6ccea351154bd943818c32a96ccf6c970e8ac6327d3f2969af | alexvydrin09/e-commerce | MIT | Blade | About Online Store Site | https://github.com/alexvydrin09/e-commerce | 8 | 0 | 103 | 2025-08-23T16:15:00 | 2025-12-19T16:03:51 | about-us.blade.php | resources/views/frontend/pages/about-us.blade.php | @extends('frontend.layouts.master')
@section('title','E-SHOP || About Us')
@section('main-content')
<!-- Breadcrumbs -->
<div class="breadcrumbs">
<div class="container">
<div class="row">
<div class="col-12">
<div class="bread-inner">
<ul class="bread-list">
<li><a href="index1.html">Ho... | Blade | 857 |
d67f567b1dcad593cee24796fca97243e07b9c31f5fbd249ebdb60f44db20232 | alexvydrin09/e-commerce | MIT | Blade | About Online Store Site | https://github.com/alexvydrin09/e-commerce | 8 | 0 | 103 | 2025-08-23T16:15:00 | 2025-12-19T16:03:51 | comment.blade.php | resources/views/frontend/pages/comment.blade.php | @foreach($comments as $comment)
{{-- {{dd($comments)}} --}}
@php $dep = $depth-1; @endphp
<div class="display-comment" @if($comment->parent_id != null) style="margin-left:40px;" @endif>
<div class="comment-list">
<div class="single-comment">
@if($comment->user_info['photo'])
<i... | Blade | 328 |
cd8908de54285d0bcd48a359298f5797fedf152d1b034409db19018a1772b1bd | alexvydrin09/e-commerce | MIT | Blade | About Online Store Site | https://github.com/alexvydrin09/e-commerce | 8 | 0 | 103 | 2025-08-23T16:15:00 | 2025-12-19T16:03:51 | order-track.blade.php | resources/views/frontend/pages/order-track.blade.php | @extends('frontend.layouts.master')
@section('title','E-SHOP || Order Track Page')
@section('main-content')
<!-- Breadcrumbs -->
<div class="breadcrumbs">
<div class="container">
<div class="row">
<div class="col-12">
<div class="bread-inner">
... | Blade | 359 |
e28ca66ab47ee5fa9543a7d360887e1afc9f1a6918e52e7fdcb5335f8c04a405 | alexvydrin09/e-commerce | MIT | Blade | About Online Store Site | https://github.com/alexvydrin09/e-commerce | 8 | 0 | 103 | 2025-08-23T16:15:00 | 2025-12-19T16:03:51 | app.blade.php | resources/views/layouts/app.blade.php | <!doctype html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSRF Token -->
<meta name="csrf-token" content="{{ csrf_token() }}">
<title>{{ config('app.name', 'Laravel') }}</tit... | Blade | 639 |
89d2478a82e2622cc89dcb209014fe00accbd667728952ff1a70fc0504cab19e | alexvydrin09/e-commerce | MIT | Blade | About Online Store Site | https://github.com/alexvydrin09/e-commerce | 8 | 0 | 103 | 2025-08-23T16:15:00 | 2025-12-19T16:03:51 | index.blade.php | resources/views/user/comment/index.blade.php | @extends('user.layouts.master')
@section('title','E-SHOP || Comment Page')
@section('main-content')
<!-- DataTales Example -->
<div class="card shadow mb-4">
<div class="row">
<div class="col-md-12">
@include('backend.layouts.notification')
</div>
</div>
<div class="card-he... | Blade | 1,099 |
1a915a0aa1dc3e76486096b76fe457838b9ce5ce1a75f3713859abe63f9f9067 | alexvydrin09/e-commerce | MIT | Blade | About Online Store Site | https://github.com/alexvydrin09/e-commerce | 8 | 0 | 103 | 2025-08-23T16:15:00 | 2025-12-19T16:03:51 | footer.blade.php | resources/views/user/layouts/footer.blade.php |
<!-- Footer -->
<footer class="sticky-footer bg-white">
<div class="container my-auto">
<div class="copyright text-center my-auto">
<span>Copyright © <a href="https://github.com/Prajwal100" target="_blank">Prajwal R.</a> {{date('Y')}}</span>
</div>
</div... | Blade | 553 |
3fd9b1c7d6eb0b401b424dd48d252a6c4d16d82e500cb8f6530b95368237ba1c | alexvydrin09/e-commerce | MIT | Blade | About Online Store Site | https://github.com/alexvydrin09/e-commerce | 8 | 0 | 103 | 2025-08-23T16:15:00 | 2025-12-19T16:03:51 | head.blade.php | resources/views/user/layouts/head.blade.php | <head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<meta name="csrf-token" content="{{ csrf_token() }}">
... | Blade | 223 |
86cda6d2fede60246d46ac1fac28eeba6747ca42b20c164c5e216d2ff71b7373 | alexvydrin09/e-commerce | MIT | Blade | About Online Store Site | https://github.com/alexvydrin09/e-commerce | 8 | 0 | 103 | 2025-08-23T16:15:00 | 2025-12-19T16:03:51 | sidebar.blade.php | resources/views/user/layouts/sidebar.blade.php | <ul class="navbar-nav bg-gradient-primary sidebar sidebar-dark accordion" id="accordionSidebar">
<!-- Sidebar - Brand -->
<a class="sidebar-brand d-flex align-items-center justify-content-center" href="{{route('user')}}">
<div class="sidebar-brand-icon rotate-n-15">
<i class="fas fa-laugh-wink"><... | Blade | 454 |
9fea1a60bf24ce5f5d5af8530fb7fb8d6655da17d6d4783c7d9949efe2e0f163 | alexvydrin09/e-commerce | MIT | Blade | About Online Store Site | https://github.com/alexvydrin09/e-commerce | 8 | 0 | 103 | 2025-08-23T16:15:00 | 2025-12-19T16:03:51 | index.blade.php | resources/views/user/review/index.blade.php | @extends('user.layouts.master')
@section('main-content')
<!-- DataTales Example -->
<div class="card shadow mb-4">
<div class="row">
<div class="col-md-12">
@include('backend.layouts.notification')
</div>
</div>
<div class="card-header py-3">
<h6 class="m-0 font-weig... | Blade | 1,219 |
0288316063857cc9e1893fd791eac0c6afa3d6aebc5a5e1497334c4d7def0e26 | arivanismail-05/Smartex-Home-e-commerce-project | Blade | https://github.com/arivanismail-05/Smartex-Home-e-commerce-project | 12 | 0 | 40 | 2025-08-16T18:43:48 | 2026-01-01T16:05:48 | login.blade.php | resources/views/admin/auth/login.blade.php | <x-admin-layout>
<x-admin-component.login-contain>
<div>
<p class="text-xl font-medium text-center">{{ __('Admin Login') }}</p>
</div>
<form method="POST" action="{{ route('admin.login') }}">
@csrf
<!-- Email Address -->
<div>
<x-admin-component.input-label ... | Blade | 306 | ||
caa11851eb67a48e5a31dbb32cd4986c6b8536c388e23e1498e8ae1771aa6859 | arivanismail-05/Smartex-Home-e-commerce-project | Blade | https://github.com/arivanismail-05/Smartex-Home-e-commerce-project | 12 | 0 | 40 | 2025-08-16T18:43:48 | 2026-01-01T16:05:48 | profile-dropdown.blade.php | resources/views/components/admin-component/profile-dropdown.blade.php | @props(['value','email'])
<li class="">
<div class="relative inline-block group">
<button {{ $attributes->merge(['class' => 'flex items-center gap-x-2 px-4 py-2 rounded-md font-medium transition-colors duration-200 text-gray-400 hover:text-gray-300']) }} >
<div class="flex justify-between items-center ga... | Blade | 414 | ||
e4a37acad20b8bce42a50bac361bd63dde2b67cfaa653e4d7c3055bbbff53efe | arivanismail-05/Smartex-Home-e-commerce-project | Blade | https://github.com/arivanismail-05/Smartex-Home-e-commerce-project | 12 | 0 | 40 | 2025-08-16T18:43:48 | 2026-01-01T16:05:48 | admin.blade.php | resources/views/layouts/admin.blade.php | <!DOCTYPE html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="csrf-token" content="{{ csrf_token() }}">
<title>{{ config('app.name', 'Laravel') }}</title>
... | Blade | 241 | ||
dded4657d2e3e2a4e48d5e07be09c6a1037e94b6158e94cf273a3180f0b7e9f4 | arivanismail-05/Smartex-Home-e-commerce-project | Blade | https://github.com/arivanismail-05/Smartex-Home-e-commerce-project | 12 | 0 | 40 | 2025-08-16T18:43:48 | 2026-01-01T16:05:48 | form.blade.php | resources/views/livewire/banners/includes/form.blade.php | <div>
<x-admin-component.container class="gap-4 rounded-t-lg h-max">
<div class="flex items-center justify-between">
<x-admin-component.header title="Products" />
<div class="flex items-center space-x-3">
<div>
<button x-data x-on:click="$dispatch('open-mod... | Blade | 959 | ||
0a97b413ddfce1aa49a961181f16e70810367651705ddce19e9f699e13a2cbe1 | arivanismail-05/Smartex-Home-e-commerce-project | Blade | https://github.com/arivanismail-05/Smartex-Home-e-commerce-project | 12 | 0 | 40 | 2025-08-16T18:43:48 | 2026-01-01T16:05:48 | header.blade.php | resources/views/livewire/discounts/includes/header.blade.php | <x-admin-component.container class="gap-4 rounded-t-lg h-max">
<div class="flex items-center justify-between">
<x-admin-component.header title="Discounts" />
<div class="flex items-center space-x-3">
<div class="relative flex items-center">
<select ... | Blade | 210 | ||
ba49f6045b8579ae87f3f162b4f69814f40e8fe4b14cad4ba420152daade011d | arivanismail-05/Smartex-Home-e-commerce-project | Blade | https://github.com/arivanismail-05/Smartex-Home-e-commerce-project | 12 | 0 | 40 | 2025-08-16T18:43:48 | 2026-01-01T16:05:48 | show.blade.php | resources/views/livewire/messages/includes/show.blade.php | <x-admin-component.container class="gap-4 rounded=b-lg h-max">
<div>
<x-admin-component.search wire:model.live.debounce.500ms="search" label="Search" />
</div>
<div class="grid grid-cols-3 gap-3" wire:poll>
@foreach ($messages as $message )
... | Blade | 749 | ||
3a91da7dd892348d2ba0aa51bd55e78ab86d74804b778a4b0da16dd95a451dd7 | arivanismail-05/Smartex-Home-e-commerce-project | Blade | https://github.com/arivanismail-05/Smartex-Home-e-commerce-project | 12 | 0 | 40 | 2025-08-16T18:43:48 | 2026-01-01T16:05:48 | header.blade.php | resources/views/livewire/products/includes/header.blade.php | <x-admin-component.container class="gap-4 rounded-t-lg h-max">
<div class="flex justify-between items-center">
<x-admin-component.header title="Products" />
<div class="flex space-x-3 items-center">
<div class="flex items-center bg-[#111315] border border-[#3e3e3f] rounded-md p... | Blade | 317 | ||
24de140720f15130abf78749caadb7740e8f50996c859bed924b0f1ad0e5c9ec | arivanismail-05/Smartex-Home-e-commerce-project | Blade | https://github.com/arivanismail-05/Smartex-Home-e-commerce-project | 12 | 0 | 40 | 2025-08-16T18:43:48 | 2026-01-01T16:05:48 | update-profile-information-form.blade.php | resources/views/profile/partials/update-profile-information-form.blade.php | <section>
<header>
<h2 class="text-lg font-medium text-gray-900">
{{ __('My Profile') }}
</h2>
<p class="mt-1 text-sm text-gray-600">
{{ __("Update your information and manage your account.") }}
</p>
</header>
<form id="send-verification" method="pos... | Blade | 809 | ||
84eafd17bd9ef6e30243f4c9cef83d99e0cea528cdf5a837de15d9f95f722939 | arvinvahed/VPNMarket | PHP | 🚀 پنل مدیریت رایگان و متن-باز مرزبان و سنایی (X-UI) با لاراول و فیلامنت. شامل ربات تلگرام فروش خودکار و اپ اندروید. | Free & Open-Source Marzban & Sanaei (X-UI) panel with Laravel & Filament, featuring an automated sales Telegram bot. | https://github.com/arvinvahed/VPNMarket | 86 | 31 | 101 | 2025-10-10T15:32:24 | 2026-02-02T06:14:58 | master.blade.php | Modules/Blog/Resources/views/components/layouts/master.blade.php | <!DOCTYPE html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="csrf-token" content="{{ csrf_token() }}">
<meta http-equiv="X-UA-Compatible" content="IE=edge"... | Blade | 263 | |
986b141e4344772a964c43564e1ec378118fc89c6f26ad3dfcbb3cf270ad3f72 | arvinvahed/VPNMarket | PHP | 🚀 پنل مدیریت رایگان و متن-باز مرزبان و سنایی (X-UI) با لاراول و فیلامنت. شامل ربات تلگرام فروش خودکار و اپ اندروید. | Free & Open-Source Marzban & Sanaei (X-UI) panel with Laravel & Filament, featuring an automated sales Telegram bot. | https://github.com/arvinvahed/VPNMarket | 86 | 31 | 101 | 2025-10-10T15:32:24 | 2026-02-02T06:14:58 | show.blade.php | Modules/Blog/Resources/views/show.blade.php | @extends('layouts.frontend')
@section('title', $post->seo_title ?? $post->title)
@section('meta_tags')
<meta name="description" content="{{ $post->seo_description ?? Str::limit(strip_tags($post->content), 150) }}">
<meta name="keywords" content="{{ $post->seo_keywords }}">
<meta property="og:title" conten... | Blade | 797 | |
fb96b707db6382246fad697498f9e306f659f3b52b5f7dab03c1e799b5d6901a | arvinvahed/VPNMarket | PHP | 🚀 پنل مدیریت رایگان و متن-باز مرزبان و سنایی (X-UI) با لاراول و فیلامنت. شامل ربات تلگرام فروش خودکار و اپ اندروید. | Free & Open-Source Marzban & Sanaei (X-UI) panel with Laravel & Filament, featuring an automated sales Telegram bot. | https://github.com/arvinvahed/VPNMarket | 86 | 31 | 101 | 2025-10-10T15:32:24 | 2026-02-02T06:14:58 | master.blade.php | Modules/MultiServer/resources/views/components/layouts/master.blade.php | <!DOCTYPE html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="csrf-token" content="{{ csrf_token() }}">
<meta http-equiv="X-UA-Compatible" content="IE=edge"... | Blade | 268 | |
f7acbb3e169f2cd9438b3f3c2f0f55dc892833d143370c233b87703cf521284d | arvinvahed/VPNMarket | PHP | 🚀 پنل مدیریت رایگان و متن-باز مرزبان و سنایی (X-UI) با لاراول و فیلامنت. شامل ربات تلگرام فروش خودکار و اپ اندروید. | Free & Open-Source Marzban & Sanaei (X-UI) panel with Laravel & Filament, featuring an automated sales Telegram bot. | https://github.com/arvinvahed/VPNMarket | 86 | 31 | 101 | 2025-10-10T15:32:24 | 2026-02-02T06:14:58 | master.blade.php | Modules/TelegramBot/resources/views/components/layouts/master.blade.php | <!DOCTYPE html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="csrf-token" content="{{ csrf_token() }}">
<meta http-equiv="X-UA-Compatible" content="IE=edge"... | Blade | 268 | |
69f300b67e669e378b9c45bf84fccdd3ec6aa33ddf9361450d3917357fc34167 | arvinvahed/VPNMarket | PHP | 🚀 پنل مدیریت رایگان و متن-باز مرزبان و سنایی (X-UI) با لاراول و فیلامنت. شامل ربات تلگرام فروش خودکار و اپ اندروید. | Free & Open-Source Marzban & Sanaei (X-UI) panel with Laravel & Filament, featuring an automated sales Telegram bot. | https://github.com/arvinvahed/VPNMarket | 86 | 31 | 101 | 2025-10-10T15:32:24 | 2026-02-02T06:14:58 | master.blade.php | Modules/Ticketing/resources/views/components/layouts/master.blade.php | <!DOCTYPE html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="csrf-token" content="{{ csrf_token() }}">
<meta http-equiv="X-UA-Compatible" content="IE=edge"... | Blade | 266 | |
b847106bf3495e7ba7bfa4af48d2640abfa61465cf584b4997beb67dedf17e80 | arvinvahed/VPNMarket | PHP | 🚀 پنل مدیریت رایگان و متن-باز مرزبان و سنایی (X-UI) با لاراول و فیلامنت. شامل ربات تلگرام فروش خودکار و اپ اندروید. | Free & Open-Source Marzban & Sanaei (X-UI) panel with Laravel & Filament, featuring an automated sales Telegram bot. | https://github.com/arvinvahed/VPNMarket | 86 | 31 | 101 | 2025-10-10T15:32:24 | 2026-02-02T06:14:58 | show.blade.php | Modules/Ticketing/resources/views/tickets/show.blade.php | <x-app-layout>
<x-slot name="header">
<h2 class="font-semibold text-xl text-gray-800 dark:text-gray-200 leading-tight text-right">
مشاهده تیکت: {{ $ticket->subject }}
</h2>
</x-slot>
<div class="py-12">
<div class="max-w-3xl mx-auto sm:px-6 lg:px-8">
<div cla... | Blade | 1,175 | |
5dd32ec2b8143079685483e446dda03c23e52b9350d1f5120fdd1bf132edb018 | arvinvahed/VPNMarket | PHP | 🚀 پنل مدیریت رایگان و متن-باز مرزبان و سنایی (X-UI) با لاراول و فیلامنت. شامل ربات تلگرام فروش خودکار و اپ اندروید. | Free & Open-Source Marzban & Sanaei (X-UI) panel with Laravel & Filament, featuring an automated sales Telegram bot. | https://github.com/arvinvahed/VPNMarket | 86 | 31 | 101 | 2025-10-10T15:32:24 | 2026-02-02T06:14:58 | register.blade.php | resources/views/auth/register.blade.php | @php
use App\Models\Setting;
$settings = Setting::all()->pluck('value', 'key');
$activeAuthTheme = $settings->get('active_auth_theme', 'default');
@endphp
<!DOCTYPE html>
<html lang="fa" dir="rtl">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1... | Blade | 700 | |
30f04711242c295c1181f8db9e2c99b0c43218458ca439f49b2043e2897b0d38 | arvinvahed/VPNMarket | PHP | 🚀 پنل مدیریت رایگان و متن-باز مرزبان و سنایی (X-UI) با لاراول و فیلامنت. شامل ربات تلگرام فروش خودکار و اپ اندروید. | Free & Open-Source Marzban & Sanaei (X-UI) panel with Laravel & Filament, featuring an automated sales Telegram bot. | https://github.com/arvinvahed/VPNMarket | 86 | 31 | 101 | 2025-10-10T15:32:24 | 2026-02-02T06:14:58 | dragon-auth-layout.blade.php | resources/views/components/dragon-auth-layout.blade.php | <!DOCTYPE html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}" dir="rtl">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="csrf-token" content="{{ csrf_token() }}">
<title>{{ config('app.name', 'Laravel') }}</title>
<link ... | Blade | 268 | |
80e8f047bd3f75c18761856fb389bb37153210b71137ad1e6edff050eca8fc9a | arvinvahed/VPNMarket | PHP | 🚀 پنل مدیریت رایگان و متن-باز مرزبان و سنایی (X-UI) با لاراول و فیلامنت. شامل ربات تلگرام فروش خودکار و اپ اندروید. | Free & Open-Source Marzban & Sanaei (X-UI) panel with Laravel & Filament, featuring an automated sales Telegram bot. | https://github.com/arvinvahed/VPNMarket | 86 | 31 | 101 | 2025-10-10T15:32:24 | 2026-02-02T06:14:58 | modal.blade.php | resources/views/components/modal.blade.php | @props([
'name',
'show' => false,
'maxWidth' => '2xl'
])
@php
$maxWidth = [
'sm' => 'sm:max-w-sm',
'md' => 'sm:max-w-md',
'lg' => 'sm:max-w-lg',
'xl' => 'sm:max-w-xl',
'2xl' => 'sm:max-w-2xl',
][$maxWidth];
@endphp
<div
x-data="{
show: @js($show),
focusables() {
... | Blade | 862 | |
8ed34d6cf9246dfdb683d86eedabfbf2b52da0c4b266236cf733d41807434d4b | arvinvahed/VPNMarket | PHP | 🚀 پنل مدیریت رایگان و متن-باز مرزبان و سنایی (X-UI) با لاراول و فیلامنت. شامل ربات تلگرام فروش خودکار و اپ اندروید. | Free & Open-Source Marzban & Sanaei (X-UI) panel with Laravel & Filament, featuring an automated sales Telegram bot. | https://github.com/arvinvahed/VPNMarket | 86 | 31 | 101 | 2025-10-10T15:32:24 | 2026-02-02T06:14:58 | 404.blade.php | resources/views/errors/404.blade.php | <!DOCTYPE html>
<html lang="fa" dir="rtl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>صفحه یافت نشد - 404</title>
<script src="https://cdn.tailwindcss.com"></script>
<style>
@import url('https://fonts.googleapis.com/css2?family... | Blade | 926 | |
a042d63d5287696844f530ba29ec3194da387509a36756c7a66ce518b0b75245 | arvinvahed/VPNMarket | PHP | 🚀 پنل مدیریت رایگان و متن-باز مرزبان و سنایی (X-UI) با لاراول و فیلامنت. شامل ربات تلگرام فروش خودکار و اپ اندروید. | Free & Open-Source Marzban & Sanaei (X-UI) panel with Laravel & Filament, featuring an automated sales Telegram bot. | https://github.com/arvinvahed/VPNMarket | 86 | 31 | 101 | 2025-10-10T15:32:24 | 2026-02-02T06:14:58 | inbound-selector.blade.php | resources/views/filament/components/inbound-selector.blade.php | <div class="space-y-2 max-h-96 overflow-y-auto p-1">
@foreach($inbounds as $inbound)
<div
wire:click="$set('data.inbound_id', {{ $inbound['id'] }}); $dispatch('close-modal', {id: 'selectInbound'});"
class="p-4 border rounded-xl hover:bg-gray-50 dark:hover:bg-gray-800 cursor-pointer f... | Blade | 289 | |
491bce8ba625c7cf6886b5c3e4755d843cce0d3e45c99b8ca8e469f399f5b954 | arvinvahed/VPNMarket | PHP | 🚀 پنل مدیریت رایگان و متن-باز مرزبان و سنایی (X-UI) با لاراول و فیلامنت. شامل ربات تلگرام فروش خودکار و اپ اندروید. | Free & Open-Source Marzban & Sanaei (X-UI) panel with Laravel & Filament, featuring an automated sales Telegram bot. | https://github.com/arvinvahed/VPNMarket | 86 | 31 | 101 | 2025-10-10T15:32:24 | 2026-02-02T06:14:58 | ticket-conversation.blade.php | resources/views/filament/infolists/ticket-conversation.blade.php | <div class="space-y-4">
@php
$ticket = $getRecord();
@endphp
@foreach($ticket->replies()->orderBy('created_at')->get() as $reply)
<div @class([
'p-4 rounded-lg',
'bg-blue-50 dark:bg-blue-900/50 ml-auto w-11/12' => $reply->user->is_admin,
'bg-green-50 dark... | Blade | 512 | |
15e12564dd014c4e5ad620bb08abfc044402922a572d28249d13b6c1bf181343 | arvinvahed/VPNMarket | PHP | 🚀 پنل مدیریت رایگان و متن-باز مرزبان و سنایی (X-UI) با لاراول و فیلامنت. شامل ربات تلگرام فروش خودکار و اپ اندروید. | Free & Open-Source Marzban & Sanaei (X-UI) panel with Laravel & Filament, featuring an automated sales Telegram bot. | https://github.com/arvinvahed/VPNMarket | 86 | 31 | 101 | 2025-10-10T15:32:24 | 2026-02-02T06:14:58 | manage-settings.blade.php | resources/views/filament/pages/manage-settings.blade.php | <x-filament-panels::page>
<div class="space-y-6">
{{-- Tabs --}}
<div class="border-b border-gray-200 dark:border-gray-700">
<nav class="-mb-px flex space-x-4 rtl:space-x-reverse" aria-label="Tabs">
<button type="button"
wire:click="$set('activeT... | Blade | 706 | |
4949d5d439387c4e1dc5639e53684d21123898f5b2b48c862c947a629362f20a | arvinvahed/VPNMarket | PHP | 🚀 پنل مدیریت رایگان و متن-باز مرزبان و سنایی (X-UI) با لاراول و فیلامنت. شامل ربات تلگرام فروش خودکار و اپ اندروید. | Free & Open-Source Marzban & Sanaei (X-UI) panel with Laravel & Filament, featuring an automated sales Telegram bot. | https://github.com/arvinvahed/VPNMarket | 86 | 31 | 101 | 2025-10-10T15:32:24 | 2026-02-02T06:14:58 | config-modal.blade.php | resources/views/filament/resources/orders/config-modal.blade.php | <div class="p-4 space-y-4">
<div>
<label class="block text-sm font-medium text-gray-700 dark:text-gray-300 mb-2">
لینک کانفیگ:
</label>
<div class="flex gap-2">
<input type="text" value="{{ $config }}" readonly
class="flex-1 p-2 bg-gray-100 dark:bg-... | Blade | 564 | |
7aefbd07be8bdd1b131cbfcb973c3db3b2260eaaff46422222706e02583a0ec0 | arvinvahed/VPNMarket | PHP | 🚀 پنل مدیریت رایگان و متن-باز مرزبان و سنایی (X-UI) با لاراول و فیلامنت. شامل ربات تلگرام فروش خودکار و اپ اندروید. | Free & Open-Source Marzban & Sanaei (X-UI) panel with Laravel & Filament, featuring an automated sales Telegram bot. | https://github.com/arvinvahed/VPNMarket | 86 | 31 | 101 | 2025-10-10T15:32:24 | 2026-02-02T06:14:58 | manage-telegram-broadcast.blade.php | resources/views/filament/resources/telegram-broadcast/manage-telegram-broadcast.blade.php | <x-filament-panels::page>
<div class="fi-page-content-wrapper">
<div class="fi-page-content mx-auto w-full">
<x-filament::card class="text-center">
<p class="text-lg font-medium">
از طریق دکمه بالا، پیام همگانی خود را به تمام کاربران متصل به ربات ارسال کنید.
... | Blade | 206 | |
5cd7e8de5ae8c5efd729b49ce23f9d6d22fb12c5280e0d12fef500f5b2599dd6 | arvinvahed/VPNMarket | PHP | 🚀 پنل مدیریت رایگان و متن-باز مرزبان و سنایی (X-UI) با لاراول و فیلامنت. شامل ربات تلگرام فروش خودکار و اپ اندروید. | Free & Open-Source Marzban & Sanaei (X-UI) panel with Laravel & Filament, featuring an automated sales Telegram bot. | https://github.com/arvinvahed/VPNMarket | 86 | 31 | 101 | 2025-10-10T15:32:24 | 2026-02-02T06:14:58 | vpn-market-info-widget.blade.php | resources/views/filament/widgets/vpn-market-info-widget.blade.php | <x-filament-widgets::widget class="fi-filament-info-widget">
<x-filament::section>
<div class="flex items-center gap-x-3">
<div class="flex-1">
<a
href="https://github.com/arvinvahed/VPNMarket"
rel="noopener noreferrer"
... | Blade | 1,443 | |
0e4d529e192661dd2f862ff6346a3a42a1ccea925b0ffcfe9e1571c6b4b53bb3 | arvinvahed/VPNMarket | PHP | 🚀 پنل مدیریت رایگان و متن-باز مرزبان و سنایی (X-UI) با لاراول و فیلامنت. شامل ربات تلگرام فروش خودکار و اپ اندروید. | Free & Open-Source Marzban & Sanaei (X-UI) panel with Laravel & Filament, featuring an automated sales Telegram bot. | https://github.com/arvinvahed/VPNMarket | 86 | 31 | 101 | 2025-10-10T15:32:24 | 2026-02-02T06:14:58 | frontend.blade.php | resources/views/layouts/frontend.blade.php | <!DOCTYPE html>
<html lang="fa" dir="rtl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>@yield('title', 'Quantum VPN')</title>
<!-- StyleSheets -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel... | Blade | 280 | |
687fe750fed37bbe6b17e727052f1555702c228578348f8e56bf557fc34c77d9 | arvinvahed/VPNMarket | PHP | 🚀 پنل مدیریت رایگان و متن-باز مرزبان و سنایی (X-UI) با لاراول و فیلامنت. شامل ربات تلگرام فروش خودکار و اپ اندروید. | Free & Open-Source Marzban & Sanaei (X-UI) panel with Laravel & Filament, featuring an automated sales Telegram bot. | https://github.com/arvinvahed/VPNMarket | 86 | 31 | 101 | 2025-10-10T15:32:24 | 2026-02-02T06:14:58 | guest.blade.php | resources/views/layouts/guest.blade.php | @php
$activeAuthTheme = $settings->get('active_auth_theme', 'default');
@endphp
<!DOCTYPE html>
<html lang="fa" dir="rtl">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="csrf-token" content="{{ csrf_token() }}">
<title>{{ config(... | Blade | 393 | |
60f7170033cf86b6560eadef63ac6b7ef6a549e28cab53a5493dcd507322301a | arvinvahed/VPNMarket | PHP | 🚀 پنل مدیریت رایگان و متن-باز مرزبان و سنایی (X-UI) با لاراول و فیلامنت. شامل ربات تلگرام فروش خودکار و اپ اندروید. | Free & Open-Source Marzban & Sanaei (X-UI) panel with Laravel & Filament, featuring an automated sales Telegram bot. | https://github.com/arvinvahed/VPNMarket | 86 | 31 | 101 | 2025-10-10T15:32:24 | 2026-02-02T06:14:58 | navigation.blade.php | resources/views/layouts/navigation.blade.php | @php
use Illuminate\Support\Facades\Storage;
use App\Models\Setting;
use Illuminate\Support\Facades\Auth;
use Nwidart\Modules\Facades\Module; // اضافه کردن فاساد ماژول
$settings = Setting::all()->pluck('value', 'key');
$logoPath = $settings->get('site_logo');
@endphp
<nav x-data="{ open: false... | Blade | 1,400 | |
d2ea65c9ff12cca2a86c55eb6bb2e52f95d930cd2f8242b1c8ba6400f7c33e21 | arvinvahed/VPNMarket | PHP | 🚀 پنل مدیریت رایگان و متن-باز مرزبان و سنایی (X-UI) با لاراول و فیلامنت. شامل ربات تلگرام فروش خودکار و اپ اندروید. | Free & Open-Source Marzban & Sanaei (X-UI) panel with Laravel & Filament, featuring an automated sales Telegram bot. | https://github.com/arvinvahed/VPNMarket | 86 | 31 | 101 | 2025-10-10T15:32:24 | 2026-02-02T06:14:58 | choose.blade.php | resources/views/payment/choose.blade.php | <x-app-layout>
<x-slot name="header">
<h2 class="font-semibold text-xl text-gray-800 dark:text-gray-200 leading-tight">
انتخاب روش پرداخت
</h2>
</x-slot>
<div class="py-12">
<div class="max-w-2xl mx-auto sm:px-6 lg:px-8">
<div class="bg-white dark:bg-gray-800... | Blade | 612 | |
cbc0a5ddd39a965ebc89d621fd95152915f69d4e8e9d8cca5f7b284639f47c29 | arvinvahed/VPNMarket | PHP | 🚀 پنل مدیریت رایگان و متن-باز مرزبان و سنایی (X-UI) با لاراول و فیلامنت. شامل ربات تلگرام فروش خودکار و اپ اندروید. | Free & Open-Source Marzban & Sanaei (X-UI) panel with Laravel & Filament, featuring an automated sales Telegram bot. | https://github.com/arvinvahed/VPNMarket | 86 | 31 | 101 | 2025-10-10T15:32:24 | 2026-02-02T06:14:58 | welcome.blade.php | resources/views/themes/welcome.blade.php | @extends('layouts.frontend')
@section('title', 'خوش آمدید - VPNMarket')
@push('styles')
<link rel="stylesheet" href="{{ asset('themes/welcome/css/style.css') }}">
@endpush
@section('content')
<div class="welcome-box" data-aos="fade-up">
<h1>نصب با موفقیت انجام شد!</h1>
<p>
به <spa... | Blade | 274 | |
09d3d30ceb058c0383b57b72f83a5f9c9d63e233b177ae56ad71da97d74f7bbb | arvinvahed/VPNMarket | PHP | 🚀 پنل مدیریت رایگان و متن-باز مرزبان و سنایی (X-UI) با لاراول و فیلامنت. شامل ربات تلگرام فروش خودکار و اپ اندروید. | Free & Open-Source Marzban & Sanaei (X-UI) panel with Laravel & Filament, featuring an automated sales Telegram bot. | https://github.com/arvinvahed/VPNMarket | 86 | 31 | 101 | 2025-10-10T15:32:24 | 2026-02-02T06:14:58 | index.blade.php | resources/views/webapp/index.blade.php | <!-- resources/views/webapp/index.blade.php -->
@extends('webapp.layout')
@section('content')
<!-- Header -->
<div class="flex items-center justify-between mb-6">
<div>
<h1 class="text-lg font-bold">سلام، {{ $user->name }} 👋</h1>
<p class="text-sm text-gray-400 text-xs">موجودی:... | Blade | 820 | |
9672f87828e449a907211a4691526a30d0a1721202b5c1d59f383a747f600bc2 | arvinvahed/VPNMarket | PHP | 🚀 پنل مدیریت رایگان و متن-باز مرزبان و سنایی (X-UI) با لاراول و فیلامنت. شامل ربات تلگرام فروش خودکار و اپ اندروید. | Free & Open-Source Marzban & Sanaei (X-UI) panel with Laravel & Filament, featuring an automated sales Telegram bot. | https://github.com/arvinvahed/VPNMarket | 86 | 31 | 101 | 2025-10-10T15:32:24 | 2026-02-02T06:14:58 | plans.blade.php | resources/views/webapp/plans.blade.php | <!-- resources/views/webapp/plans.blade.php -->
@extends('webapp.layout')
@section('content')
<h2 class="text-xl font-bold mb-4 text-center">🛒 فروشگاه سرویسها</h2>
<div class="grid gap-4">
@foreach($plans as $plan)
<div class="card p-5 rounded-2xl border border-zinc-700 relative overflow... | Blade | 650 | |
3b2c6492b6e2d100fb84a4d58a5fbf34cc0bc8610658b2b858671796038658ea | aschmelyun/ping-receipt | Blade | Source code behind ping.aschmelyun.com | https://github.com/aschmelyun/ping-receipt | 74 | 9 | 16 | 2025-09-09T19:53:26 | 2025-12-28T19:47:10 | app.blade.php | resources/views/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>Send a Receipt Message</title>
@vite(['resources/css/app.css', 'resources/js/app.js'])
<style>
body {
background-color: #d8f6ed;
... | Blade | 1,439 | |
b660c58381eebc085a035e7f3035e057ea00d1786f57fa8b1d2605c17a19ddfb | bagisto/b2b-suite | MIT | Blade | Open source B2B ecommerce Platform | https://github.com/bagisto/b2b-suite | 10 | 5 | 55 | 2025-09-30T14:03:29 | 2026-02-01T22:01:25 | index.blade.php | src/Resources/views/admin/company-attributes/index.blade.php | <x-admin::layouts>
<x-slot:title>
@lang('b2b_suite::app.admin.company-attributes.index.title')
</x-slot>
<div class="flex items-center justify-between gap-4 max-sm:flex-wrap">
<!-- Title -->
<p class="text-xl font-bold text-gray-800 dark:text-white">
@lang('b2b_suite::ap... | Blade | 326 |
0244618fd7a26faeeec396b712724b32e1085fa54d241bb15091358122819951 | bagisto/b2b-suite | MIT | Blade | Open source B2B ecommerce Platform | https://github.com/bagisto/b2b-suite | 10 | 5 | 55 | 2025-09-30T14:03:29 | 2026-02-01T22:01:25 | style.blade.php | src/Resources/views/admin/layouts/style.blade.php | <style>
.b2b-suite-icon {
background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"%3E%3Cpath d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"%3E%3C... | Blade | 428 |
dc246852631afbb6ee300f82047fa9ce34ab1553d29d176cfa524f61ee37197c | bagisto/b2b-suite | MIT | Blade | Open source B2B ecommerce Platform | https://github.com/bagisto/b2b-suite | 10 | 5 | 55 | 2025-09-30T14:03:29 | 2026-02-01T22:01:25 | items.blade.php | src/Resources/views/admin/quotes/items.blade.php | <div class="flex flex-wrap gap-1.5">
@php
$restCount = max($quote->items->count() - 3, 0);
@endphp
@foreach ($quote->items as $item)
<div class="relative">
<div class="relative h-[60px] max-h-[60px] w-full max-w-[60px] rounded">
@if ($item->product?->images->coun... | Blade | 458 |
8deff5f75a8bcf45a1d0d79cee055dcce6073ab8c489883b129890086c6476b3 | bagisto/b2b-suite | MIT | Blade | Open source B2B ecommerce Platform | https://github.com/bagisto/b2b-suite | 10 | 5 | 55 | 2025-09-30T14:03:29 | 2026-02-01T22:01:25 | modal.blade.php | src/Resources/views/admin/quotes/view/partials/modal.blade.php | <x-admin::form action="{{ route('admin.customers.quotes.'.(isset($action) ? $action.'_quote' : 'send_message'), $quote->id) }}">
<x-admin::modal>
<x-slot:toggle>
<div class="{{ $buttonClass ?? 'primary-button' }} ">
@lang('b2b_suite::app.admin.quotes.view.'.$buttonText)
... | Blade | 381 |
53fc31cde99929590cd72de67abc9710b2d8d802a72b00c12a472ac8e6e5d5f2 | bagisto/b2b-suite | MIT | Blade | Open source B2B ecommerce Platform | https://github.com/bagisto/b2b-suite | 10 | 5 | 55 | 2025-09-30T14:03:29 | 2026-02-01T22:01:25 | index.blade.php | src/Resources/views/components/shimmer/tree/index.blade.php | @for ($j = 0; $j < 3; $j++)
<div>
<!-- Group Container -->
<div class="flex items-center">
<!-- Toggle -->
<div class="shimmer mr-1 h-4 w-4"></div>
<!-- Group Name -->
<div class="group_node flex max-w-max gap-1.5 py-1.5 ltr:pr-1.5 rtl:pl-1.5">
... | Blade | 315 |
ff5f5bdda94ee7be2476f5ab6977db00f348e54f636bd74c76a8ed5e654bf488 | bagisto/b2b-suite | MIT | Blade | Open source B2B ecommerce Platform | https://github.com/bagisto/b2b-suite | 10 | 5 | 55 | 2025-09-30T14:03:29 | 2026-02-01T22:01:25 | checkbox.blade.php | src/Resources/views/components/tree/checkbox.blade.php | @pushOnce('scripts')
<script
type="text/x-template"
id="v-tree-checkbox-template"
>
<label
:for="id"
class="group inline-flex w-max cursor-pointer select-none items-center gap-2.5 p-1.5"
>
<input
type="checkbox"
... | Blade | 312 |
247365b6efce090f119cdf1095ff97c6c0a44eaaa862673608631841fa396532 | bagisto/b2b-suite | MIT | Blade | Open source B2B ecommerce Platform | https://github.com/bagisto/b2b-suite | 10 | 5 | 55 | 2025-09-30T14:03:29 | 2026-02-01T22:01:25 | request-quote-button.blade.php | src/Resources/views/shop/checkout/cart/request-quote-button.blade.php | @php
if (! auth()->guard('customer')->check()) {
return;
}
$cart = cart()->getCart();
$minimumAmount = (float) core()->getConfigData('b2b_suite.quotes.settings.minimum_amount');
$minimumAmountMessage = core()->getConfigData('b2b_suite.quotes.settings.minimum_amount_message');
@endphp
@... | Blade | 329 |
ff69cc8602d0adef7527315ab638c4563c69dd0b5089e91c1509f2a76a59cecc | bagisto/b2b-suite | MIT | Blade | Open source B2B ecommerce Platform | https://github.com/bagisto/b2b-suite | 10 | 5 | 55 | 2025-09-30T14:03:29 | 2026-02-01T22:01:25 | view.blade.php | src/Resources/views/shop/customers/account/quotes/view.blade.php | <x-shop::layouts.account>
<!-- Page Title -->
<x-slot:title>
@lang('b2b_suite::app.shop.customers.account.quotes.view.title' , ['id' => $quote->quotation_number])
</x-slot>
<!-- Breadcrumbs -->
@if ((core()->getConfigData('general.general.breadcrumbs.shop')))
@section('breadcrumbs')... | Blade | 697 |
ffb7ebe35fc1f674ba72b2a5857fc503b7221f652bca32600ae9b873c786ff53 | bagisto/b2b-suite | MIT | Blade | Open source B2B ecommerce Platform | https://github.com/bagisto/b2b-suite | 10 | 5 | 55 | 2025-09-30T14:03:29 | 2026-02-01T22:01:25 | attachments.blade.php | src/Resources/views/shop/customers/account/quotes/view/attachments.blade.php | <!-- Attachments -->
<div class="mt-4 flex flex-col rounded-xl border bg-white p-5 max-xl:flex-auto max-sm:p-2">
<p class="mb-4 text-base font-semibold text-gray-800">
@if ($quote->state == 'quotation')
@lang('b2b_suite::app.shop.customers.account.quotes.view.quote-attachments')
@else
... | Blade | 374 |
e6ada1ad24cba4187e8d8698baf29e0d96dae670716b21efde53e08619b1daa9 | behindSolution/laravel-query-gate | PHP | A lightweight Laravel package designed to make building powerful APIs easier and faster. | https://github.com/behindSolution/laravel-query-gate | 46 | 3 | 105 | 2025-12-27T02:18:58 | 2026-01-28T01:43:17 | openAPI.blade.php | resources/views/openAPI.blade.php | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>{{ $title }}</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
html, body {
margin: 0;
padding: 0;
height: 100%;
}
#documentation {
... | Blade | 397 | |
2967b80c9b033e93c7003344b0db03cca1a2d208298a84cf2f9d250ed93d1127 | blueplanet0628/pafoma-oyama-web-laravel-backend- | Blade | https://github.com/blueplanet0628/pafoma-oyama-web-laravel-backend- | 8 | 0 | 3,554 | 2025-09-02T07:41:23 | 2026-01-18T15:57:06 | admin-layout.blade.php | resources/views/components/admin/admin-layout.blade.php | <!doctype html>
<html lang="">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>@yield('title') - Oyama</title>
<!-- CSRF Token -->
<meta name="csrf-token" content="{{ csrf_token() }}">
<title>{{ config('app.name', 'Laravel') }}</title>... | Blade | 931 | ||
7af474e6796509066f5f90bf0a42eceb0c9e62aefc053cd469d6f0b0f8cc7e8a | blueplanet0628/pafoma-oyama-web-laravel-backend- | Blade | https://github.com/blueplanet0628/pafoma-oyama-web-laravel-backend- | 8 | 0 | 3,554 | 2025-09-02T07:41:23 | 2026-01-18T15:57:06 | alert-error.blade.php | resources/views/components/alert/alert-error.blade.php | <div id="alertError" class="flex p-4 mt-3 bg-red-100 dark:bg-red-200 duration-150 ease-in-out" role="alert">
<div class="ml-3 text-sm font-medium text-red-700">
{{ $text ?? '' }}
</div>
<button type="button"
class="ml-auto -mx-1.5 -my-1.5 bg-red-100 dark:bg-red-200 text-red-500 rounded-lg fo... | Blade | 420 | ||
bf0df7c5e9f3fa4b52b81c7502773416b0dbef35102279376ffa89ede94ba11e | blueplanet0628/pafoma-oyama-web-laravel-backend- | Blade | https://github.com/blueplanet0628/pafoma-oyama-web-laravel-backend- | 8 | 0 | 3,554 | 2025-09-02T07:41:23 | 2026-01-18T15:57:06 | datatime-picker.blade.php | resources/views/components/datatimepicker/datatime-picker.blade.php | <div class="relative">
<input type="text"
class="form-control w-full form-input datetime-picker_js openemr-datepicker input-textbox outline-element incorrect"
id="{{ $attributes['id'] }}" name="{{ $attributes['name'] }}" value="{{ $attributes['value'] }}"
autocomplete="off" readonly="{{ $att... | Blade | 526 | ||
0dd6549c1b8175862b39bc61ae9e3985bf0c81b2707ee5aa21066a8f33e1ebd3 | blueplanet0628/pafoma-oyama-web-laravel-backend- | Blade | https://github.com/blueplanet0628/pafoma-oyama-web-laravel-backend- | 8 | 0 | 3,554 | 2025-09-02T07:41:23 | 2026-01-18T15:57:06 | header.blade.php | resources/views/layouts/header.blade.php | <nav class="navbar navbar-expand-md navbar-light bg-white shadow-sm">
<div class="container">
<a class="navbar-brand" href="{{ url('/') }}">
{{ config('app.name', 'Laravel') }}
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedC... | Blade | 422 | ||
a04dcb807b7feb62d3c473e07774e59eb3683cdd0e63a8753baddc08fad977ae | blueplanet0628/pafoma-oyama-web-laravel-backend- | Blade | https://github.com/blueplanet0628/pafoma-oyama-web-laravel-backend- | 8 | 0 | 3,554 | 2025-09-02T07:41:23 | 2026-01-18T15:57:06 | employee-personal-report-list.blade.php | resources/views/pages/admin/employee/employee-personal-report-list.blade.php | @section('title', '従業員情報ー個人カルテイベント一覧')
<script>
var datatableLanguge = "{{ asset('admin/js/dataTable-languge-ja.json') }}";
</script>
<x-management.management-layout>
<div class="wapper">
@if ($errors->any())
<x-alert.alert-error>
<x-slot name="text">{{ $errors->first() }}</x... | Blade | 1,061 | ||
d4e8735f14011044cb6fed719b7f1a8070623641aa041f6aa5a8bfd3174704d9 | blueplanet0628/pafoma-oyama-web-laravel-backend- | Blade | https://github.com/blueplanet0628/pafoma-oyama-web-laravel-backend- | 8 | 0 | 3,554 | 2025-09-02T07:41:23 | 2026-01-18T15:57:06 | kpi-csv.blade.php | resources/views/pages/admin/kpi-achievements/kpiExport/kpi-csv.blade.php | <table class="tb__achievement table__form min-w-full border-collapse border">
<thead class="text-white">
<tr>
<th colspan="2"></th>
@foreach ($months as $month)
<th>{{ $month }}月</th>
@endforeach
</tr>
</thead>
<tbody>
@foreach ($... | Blade | 255 | ||
050a54ae58091ac03002bc0d8d689dc2ad2de5b7d3a37bebc99d5475118195b5 | blueplanet0628/pafoma-oyama-web-laravel-backend- | Blade | https://github.com/blueplanet0628/pafoma-oyama-web-laravel-backend- | 8 | 0 | 3,554 | 2025-09-02T07:41:23 | 2026-01-18T15:57:06 | reset-password.blade.php | resources/views/pages/admin/login/reset-password.blade.php | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Mosaic HTML Demo - Sign in</title>
<meta name="viewport" content="width=device-width,initial-scale=1"><link href="style.a49749f4fb5cff923e10.css" rel="stylesheet"></head>
<link href="{{ URL::asset('css/app.css') }}" rel="stylesheet">
<body ... | Blade | 1,151 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.