Initial commit

This commit is contained in:
Ahrom
2025-11-16 12:43:07 +03:30
commit 4bbe56b83f
16778 changed files with 1914371 additions and 0 deletions

View File

@@ -0,0 +1,48 @@
<!DOCTYPE html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="noindex, nofollow">
<title>{{ $title ?? 'Page Title' }}</title>
<script src="{{ asset('ckeditor/ckeditor.js') }}"></script>
<link rel="stylesheet" href="{{asset('swiper/swiper-bundle.css')}}">
<script src="{{asset('swiper/swiper-bundle.js')}}"></script>
@vite(['resources/css/app.css', 'resources/js/app.js'])
@livewireStyles
<style>
.cke_dialog_ui_input_file {
height: max-content !important;
}
.cke_notification {
display: none !important;
}
.swiper-button-next::after,
.swiper-button-prev::after,
.swiper-rtl .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
content: "";
}
</style>
</head>
<body dir="rtl">
<div class="w-full flex justify-center">
<div class="w-[75%] ">
{{ $slot }}
</div>
@stack('script_js')
@livewireScriptConfig
</div>
</body>
</html>

View File

@@ -0,0 +1,51 @@
<div>
<div class="w-full mx-auto flex justify-center bg-[#191a1f]">
<div class="flex w-[75%] py-10 items-center justify-between">
<div>
<h1 class="text-white text-xl">
boliza
</h1>
</div>
<div class="w-1/3">
<div class="w-full flex justify-between">
<a class="text-white" href="{{route('index')}}" wire:navigate>خانه</a>
<a class="text-white" href="#">صفحات</a>
<a class="text-white" href="#">لیست مقالات</a>
<a class="text-white" href="#">مگامنو</a>
<a class="text-white" href="#">داشبورد</a>
</div>
</div>
<div>
<div class="flex gap-5">
</div>
</div>
</div>
</div>
<div class="w-full mx-auto flex justify-center bg-[#191a1f]">
<div class="flex w-[75%] p-3 bg-[#192134] rounded items-center justify-between">
<div>
<div>
<button class="py-2 px-1 rounded text-white bg-[#2163e8]"> اخبار امروز </button>
</div>
</div>
<div class="">
<div class=" flex gap-3">
<button class=" rounded-full text-[#3c3f48] bg-[#191a1f] content-center"> <span class="px-1.5 ">
< </span> </button>
<button class=" rounded-full text-[#3c3f48] bg-[#191a1f] content-center"> <span class="px-1.5"> > </span> </button>
</div>
</div>
</div>
</div>
</div>