-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/RiwRiwara/Ezevent
- Loading branch information
Showing
8 changed files
with
150 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
@props([ | ||
'name' => 'input', | ||
'id' => null, | ||
'placeholder' => null | ||
]) | ||
<div class="flex items-center ps-3"> | ||
<input | ||
id="{{$id ?? $name}}" | ||
name="{{$name}}" | ||
type="checkbox" | ||
value="" | ||
class="w-4 h-4 text-neutral-6 | ||
bg-gray-100 border-gray-6 rounded focus:ring-blue-500 | ||
dark:focus:ring-neutral-6 dark:ring-offset-gray-700 dark:focus:ring-offset-gray-700 | ||
focus:ring-2 dark:bg-gray-600 dark:border-gray-500"> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
@props([ | ||
'name' => 'time_input', | ||
'id' => null, | ||
'placeholder' => 'เลือกเวลา' | ||
]) | ||
|
||
<div class="relative w-full"> | ||
<input type="time" id="{{$id ?? $name}}" name="{{$name}}" type="text" class="rounded-lg focus:ring-0 hover:border-primary-3 bg-gray-0 border-2 border-neutral-2 text-neutral-9 text-sm focus:border-neutral-5 block w-full ps-10 p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-neutral-5 custom-input dark:focus:border-neutral-5" placeholder="{{$placeholder}}"> | ||
</div> |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
<x-guest-layout> | ||
@include('components.sidebar') | ||
<h1 class="text-3xl px-20 py-5 text-left text-primary-5">Ezevent</h1> | ||
<h2 class="text-2xl px-20 py-5 text-left text-gray-9">Junior Architecture CRM</h2> | ||
<!-- ใส่ Nav Bar ตรงเน้ --> | ||
|
||
<div class="relative overflow-x-auto px-20"> | ||
<div class="grid grid-cols-2 py-10"> | ||
<h3 class="text-2xl text-gray-9">Filter Customers:</h3> | ||
<div class="grid justify-items-end"> | ||
<button type="submit" class="block w-72 h-12 rounded-md bg-neutral-9 text-center text-xl font-semibold text-white shadow-sm hover:bg-indigo-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-600">Send Email</button> | ||
</div> | ||
</div> | ||
<div class="flex"> | ||
<div> | ||
<h1>Name</h1> | ||
<x-forms.input-outline-primary name="event_name" label="Name" type="text" /> | ||
</div> | ||
<div class="px-10"> | ||
<h1>Mobile Phone</h1> | ||
<x-forms.input-outline-primary name="event_name" label="Mobile Phone" type="text" /> | ||
</div> | ||
<div> | ||
<h1>Duty</h1> | ||
<div class="inline-flex rounded-md shadow-sm" role="group"> | ||
<button type="button" class="px-4 py-2 text-sm font-medium text-gray-900 bg-transparent border-2 border-neutral-2 hover:border-primary-3 rounded-s-lg hover:bg-primary-3 focus:z-10 focus:ring-2 focus:ring-gray-500 focus:bg-primary-3 dark:border-white dark:text-white dark:hover:text-white dark:hover:bg-gray-700 dark:focus:bg-gray-700"> | ||
Staff | ||
</button> | ||
<button type="button" class="px-4 py-2 text-sm font-medium text-gray-900 bg-transparent border-2 border-neutral-2 hover:border-primary-3 rounded-e-lg hover:bg-primary-3 focus:z-10 focus:ring-2 focus:ring-gray-500 focus:bg-primary-3 dark:border-white dark:text-white dark:hover:text-white dark:hover:bg-gray-700 dark:focus:bg-gray-700"> | ||
Participant | ||
</button> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
<table class="w-full text-sm text-left rtl:text-right text-gray-500 dark:text-gray-400"> | ||
<thead class="text-lg text-gray-9 font-semibold dark:bg-gray-700 dark:text-gray-400"> | ||
<tr class="border-b border-gray-9"> | ||
<th scope="col" class="px-6 py-3"> | ||
Name | ||
</th> | ||
<th scope="col" class="px-6 py-3"> | ||
Age | ||
</th> | ||
<th scope="col" class="px-6 py-3"> | ||
Gender | ||
</th> | ||
<th scope="col" class="px-6 py-3"> | ||
Phone | ||
</th> | ||
<th scope="col" class="px-6 py-3"> | ||
Location | ||
</th> | ||
<th scope="col" class="px-6 py-3"> | ||
Status | ||
</th> | ||
<th scope="col" class="px-6 py-3"> | ||
</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr class="bg-white border-b border-gray-9 dark:bg-gray-800 dark:border-gray-700"> | ||
<th scope="row" class="px-6 py-4 font-medium text-gray-9 whitespace-nowrap dark:text-white"> | ||
คำมี คำซา | ||
</th> | ||
<td class="px-6 py-4"> | ||
90 | ||
</td> | ||
<td class="px-6 py-4"> | ||
ชาย | ||
</td> | ||
<td class="px-6 py-4"> | ||
099-9999999 </td> | ||
<td class="px-6 py-4"> | ||
BKK </td> | ||
<td class="px-6 py-4"> | ||
Checked </td> | ||
<td class="px-6 py-4"> | ||
<button type="submit" class="block w-24 h-6 rounded-md border border-neutral-9 text-neutral-9 text-center text-xl shadow-sm hover:bg-indigo-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-600">Send</button> | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
|
||
</x-guest-layout> | ||
``` |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,15 +6,14 @@ | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="csrf-token" content="{{ csrf_token() }}"> | ||
<link href="https://cdnjs.cloudflare.com/ajax/libs/flowbite/2.2.1/flowbite.min.css" rel="stylesheet" /> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" | ||
integrity="sha384-4LISF5TTJX/fLmGSxO53rV4miRxdg84mZsxmO8Rx5jGtp/LbrixFETvWa5a6sESd" crossorigin="anonymous"> | ||
<title>{{ isset($title) ? $title : config('app.name', 'Laravel') }}</title> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" integrity="sha384-4LISF5TTJX/fLmGSxO53rV4miRxdg84mZsxmO8Rx5jGtp/LbrixFETvWa5a6sESd" crossorigin="anonymous"> | ||
<title>{{ isset($title) ? $title : config('app.name', 'Laravel') }}</title> | ||
<link rel="icon" href="{{ asset('images/Logo.png') }}" type="image/x-icon" /> | ||
<link href="{{ asset('css/base.css') }}" rel="stylesheet" type="text/css" /> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/flowbite/2.2.1/datepicker.min.js"></script> | ||
|
||
@if (config('app.env', 'production') == 'production') | ||
<link href="https://ezevent.online/public/build/assets/{{env('CSS_BUILD_FILE_NAME')}}" rel="stylesheet" | ||
type="text/css" /> | ||
<link href="https://ezevent.online/public/build/assets/{{env('CSS_BUILD_FILE_NAME')}}" rel="stylesheet" type="text/css" /> | ||
@else | ||
@vite('resources/css/app.css') | ||
@endif | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters