Skip to content

Commit

Permalink
ödeme sistemi
Browse files Browse the repository at this point in the history
  • Loading branch information
bulentsakarya committed Jan 26, 2024
1 parent 3e08dcf commit d9552d5
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 9 deletions.
4 changes: 3 additions & 1 deletion lang/tr/admin/settings/payments.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@

'add.button' => 'Yeni Ekle',
'table.status' => 'Durum',
'table.payment' => 'Ödeme Sistemi',
'table.payment' => 'Ödeme Yöntemi',
'table.edit' => 'Düzenle',
'table.detail' => 'Bilgiler',

'create.page.title' => 'Yeni Ödeme Yöntemi',
];
14 changes: 7 additions & 7 deletions resources/views/admin/layouts/navigation.blade.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<nav class="sticky -top-px bg-white font-medium text-black ring-1 ring-gray-900 ring-opacity-5 shadow-sm shadow-gray-100 pt-4 pb-4 -mt-px dark:bg-slate-900 dark:border-gray-800 dark:shadow-slate-700/[.7]"
<nav class="sticky -top-px bg-white font-medium text-black ring-1 ring-gray-900 ring-opacity-5 shadow-sm shadow-gray-100 pt-3 pb-3 -mt-px dark:bg-slate-900 dark:border-gray-800 dark:shadow-slate-700/[.7]"
aria-label="Jump links">
<div
class="max-w-7xl snap-x w-full flex items-center overflow-x-auto px-4 sm:px-6 lg:px-8 pb-4 md:pb-0 mx-auto [&::-webkit-scrollbar]:h-2 [&::-webkit-scrollbar-thumb]:rounded-full [&::-webkit-scrollbar-track]:bg-gray-100 [&::-webkit-scrollbar-thumb]:bg-gray-300 dark:[&::-webkit-scrollbar-track]:bg-slate-700 dark:[&::-webkit-scrollbar-thumb]:bg-slate-500 dark:bg-slate-900">
<div class="snap-center shrink-0">
<div class="relative">
<a class="flex items-center gap-x-2 py-2 px-3 text-slate-700 font-medium me-1 hover:bg-gray-100 hover:rounded-lg {{ request()->routeIs('panel.dashboard') ? 'bg-gray-100 rounded-lg' : '' }}"
<a class="flex items-center gap-x-2 py-1.5 px-2.5 text-slate-700 font-medium me-1 hover:bg-gray-100 hover:rounded-lg {{ request()->routeIs('panel.dashboard') ? 'bg-gray-100 rounded-lg' : '' }}"
href="{{ route('panel.dashboard') }}">
<svg class="flex-shrink-0 w-4 h-4" xmlns="http://www.w3.org/2000/svg" width="24" height="24"
viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
Expand All @@ -18,7 +18,7 @@ class="max-w-7xl snap-x w-full flex items-center overflow-x-auto px-4 sm:px-6 lg
</div>
<div class="snap-center shrink-0">
<div class="relative">
<a class="flex items-center gap-x-2 py-2 px-3 text-slate-700 font-medium me-1 hover:bg-gray-100 hover:rounded-lg"
<a class="flex items-center gap-x-2 py-1.5 px-2.5 text-slate-700 font-medium me-1 hover:bg-gray-100 hover:rounded-lg"
href="{{ route('panel.accounts') }}">
<svg class="flex-shrink-0 w-4 h-4" xmlns="http://www.w3.org/2000/svg" width="24" height="24"
viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
Expand All @@ -34,7 +34,7 @@ class="max-w-7xl snap-x w-full flex items-center overflow-x-auto px-4 sm:px-6 lg
</div>
<div class="snap-center shrink-0">
<div class="relative">
<a class="flex items-center gap-x-2 py-2 px-3 text-slate-700 font-medium me-1 hover:bg-gray-100 hover:rounded-lg"
<a class="flex items-center gap-x-2 py-1.5 px-2.5 text-slate-700 font-medium me-1 hover:bg-gray-100 hover:rounded-lg"
href="#">
<svg class="flex-shrink-0 w-4 h-4" xmlns="http://www.w3.org/2000/svg" width="24" height="24"
viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
Expand All @@ -52,7 +52,7 @@ class="max-w-7xl snap-x w-full flex items-center overflow-x-auto px-4 sm:px-6 lg
</div>
<div class="snap-center shrink-0">
<div class="relative">
<a class="flex items-center gap-x-2 py-2 px-3 text-slate-700 font-medium me-1 hover:bg-gray-100 hover:rounded-lg"
<a class="flex items-center gap-x-2 py-1.5 px-2.5 text-slate-700 font-medium me-1 hover:bg-gray-100 hover:rounded-lg"
href="#">
<svg class="flex-shrink-0 w-4 h-4" xmlns="http://www.w3.org/2000/svg" width="24" height="24"
viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
Expand All @@ -67,7 +67,7 @@ class="max-w-7xl snap-x w-full flex items-center overflow-x-auto px-4 sm:px-6 lg
</div>
<div class="snap-center shrink-0">
<div class="relative">
<a class="flex items-center gap-x-2 py-2 px-3 text-slate-700 font-medium me-1 hover:bg-gray-100 hover:rounded-lg"
<a class="flex items-center gap-x-2 py-1.5 px-2.5 text-slate-700 font-medium me-1 hover:bg-gray-100 hover:rounded-lg"
href="#">
<svg class="flex-shrink-0 w-4 h-4" xmlns="http://www.w3.org/2000/svg" width="24" height="24"
viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
Expand All @@ -82,7 +82,7 @@ class="max-w-7xl snap-x w-full flex items-center overflow-x-auto px-4 sm:px-6 lg
</div>
<div class="snap-center shrink-0">
<div class="relative">
<a class="flex items-center gap-x-2 py-2 px-3 text-slate-700 font-medium hover:bg-gray-100 hover:rounded-lg {{ request()->routeIs('panel.settings.*') ? 'bg-gray-100 rounded-lg' : '' }}"
<a class="flex items-center gap-x-2 py-1.5 px-2.5 text-slate-700 font-medium hover:bg-gray-100 hover:rounded-lg {{ request()->routeIs('panel.settings.*') ? 'bg-gray-100 rounded-lg' : '' }}"
href="{{ route('panel.settings.general') }}">
<svg class="flex-shrink-0 w-4 h-4" xmlns="http://www.w3.org/2000/svg" width="24" height="24"
viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
Expand Down
10 changes: 10 additions & 0 deletions resources/views/admin/settings/payments/create.blade.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<x-admin-app-layout>
<div class="grid grid-cols-12 gap-7">
<div class="col-span-3">
@include('admin.settings.partials.navigation')
</div>
<div class="col-span-9">
<h1 class="mb-8 text-xl font-medium border-b pb-2">{{ __('admin/settings/payments.create.page.title') }}</h1>
</div>
</div>
</x-admin-app-layout>
2 changes: 1 addition & 1 deletion resources/views/admin/settings/payments/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class="px-6 py-4 grid gap-3 md:flex md:justify-between md:items-center border-b
<div>
<div class="inline-flex gap-x-2">
<a class="py-2 px-3 inline-flex items-center gap-x-2 text-sm font-semibold rounded-lg border border-transparent bg-blue-600 text-white hover:bg-blue-700 disabled:opacity-50 disabled:pointer-events-none dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"
href="#">
href="{{ route('panel.settings.payment.create') }}">
<svg class="flex-shrink-0 w-3 h-3" xmlns="http://www.w3.org/2000/svg"
width="16" height="16" viewBox="0 0 16 16" fill="none">
<path d="M2.63452 7.50001L13.6345 7.5M8.13452 13V2" stroke="currentColor"
Expand Down

0 comments on commit d9552d5

Please sign in to comment.