Skip to content

Commit

Permalink
frontent düzenelmeleri yapıldı.
Browse files Browse the repository at this point in the history
  • Loading branch information
ofke-yazilim committed Oct 11, 2020
1 parent b5011d6 commit 17f2795
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
15 changes: 3 additions & 12 deletions resources/views/auth/login.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,11 @@
<x-jet-input id="password" class="block mt-1 w-full" type="password" name="password" required autocomplete="current-password" />
</div>

<div class="block mt-4">
<label for="remember_me" class="flex items-center">
<input id="remember_me" type="checkbox" class="form-checkbox" name="remember">
<span class="ml-2 text-sm text-gray-600">{{ __('Remember me') }}</span>
</label>
</div>

<div class="flex items-center justify-end mt-4">
@if (Route::has('password.request'))
<a class="underline text-sm text-gray-600 hover:text-gray-900" href="{{ route('password.request') }}">
{{ __('Forgot your password?') }}
</a>
@endif

<a href="/register" class="inline-flex items-center px-4 py-2 bg-gray-800 border border-transparent rounded-md font-semibold text-xs text-white uppercase tracking-widest hover:bg-gray-700 active:bg-gray-900 focus:outline-none focus:border-gray-900 focus:shadow-outline-gray disabled:opacity-25 transition ease-in-out duration-150 ml-4">
Register
</a>
<x-jet-button class="ml-4">
{{ __('Login') }}
</x-jet-button>
Expand Down
4 changes: 2 additions & 2 deletions resources/views/frontent/dashboard.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
<li><a href="/logout">Logout</a></li>
</ul>
@endif
<div class="alert alert-info" role="alert">
Aşağıda listelenmiş olan ürünlerden istediğiniz ürünün adetini yazarak sepete ekleyebilirsiniz.
<div class="alert alert-warning" role="alert">
Aşağıdaki listeden istediğiniz ürünün adetini yazarak sepete ekleyebilirsiniz. Sepete ekleme işlemi için login olmanız gereklidir.
</div>
<div class="list-group" style="margin-top: 20px;">
@if($products->count()>0)
Expand Down

0 comments on commit 17f2795

Please sign in to comment.