Skip to content

Commit

Permalink
Admin sipariş listesi edit linki düzeltildi.
Browse files Browse the repository at this point in the history
  • Loading branch information
ofke-yazilim committed Oct 11, 2020
1 parent 512554c commit 7910d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/admin/order/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
@if($orders->count()>0)
@foreach($orders as $order)
<li style="list-style: none;float: left;position: relative">
<a href="{{ route("admin.orders.update",["order"=>$order->id]) }}" class="list-group-item list-group-item-action">
<a href="{{ route("admin.orders.edit",["order"=>$order->id]) }}" class="list-group-item list-group-item-action">
{{ $order->user->name }} - {{ $order->created_at }}
</a>
<a href="{{ route("admin.orders.edit",["order"=>$order->id]) }}" type="button" class="btn btn-warning" style="right:60px; position: absolute;z-index: 10000;top: 5px;">
Expand Down

0 comments on commit 7910d2a

Please sign in to comment.