Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit d6828f11 authored by 64160073's avatar 64160073
Browse files

let go

parent 34d5208c
No related branches found
No related tags found
1 merge request!12proof tranfer update
public/receipt/1.png

713 KiB

public/receipt/2.PNG

712 KiB

...@@ -116,7 +116,7 @@ ...@@ -116,7 +116,7 @@
{{-- image --}} {{-- image --}}
@if ($user->rec_img) @if ($user->rec_img)
<td> <img src="receipt\{{$user->rec_img}}" width="200px" height="100px" > </td> <td> <img src="receipt\{{$user->rec_img}}" width="120px" height="168px" > </td>
@else @else
<td> <img src="image\404.png" width="200px" height="100px" > </td> <td> <img src="image\404.png" width="200px" height="100px" > </td>
@endif @endif
...@@ -138,12 +138,11 @@ ...@@ -138,12 +138,11 @@
<form action="{{route('accept', ['id_rec' => $user->id, 'id_mem' => $user->mem_id, 'money' => $user->rec_amount])}}" method="POST"> <form action="{{route('accept', ['id_rec' => $user->id, 'id_mem' => $user->mem_id, 'money' => $user->rec_amount])}}" method="POST">
@csrf @csrf
<button class="btn btn-success"> นย </button> </form> <button class="btn btn-success"> นย </button> </form>
<br>
<form action="{{route('denied', ['id_rec' => $user->id])}}" method="POST"> <form action="{{route('denied', ['id_rec' => $user->id])}}" method="POST">
@csrf @csrf
<button class="btn btn-danger"> ยกเล </button> </form> <button class="btn btn-danger"> ยกเล </button> </form>
{{-- <a href="/accept" class="btn btn-success"> นย </a>
<br>
<a href="" class="btn btn-danger"> ยกเล </a> --}}
</td> </td>
@endif @endif
......
...@@ -38,9 +38,9 @@ ...@@ -38,9 +38,9 @@
</a> </a>
</div> </div>
<div class="bottom-cotent"> <div class="bottom-cotent">
{{-- <a href="{{route('v_welcome')}}" class="nav-link"> --}} <a href="{{url('/')}}" class="nav-link">
<i class='bx bx-log-out icon'></i> <i class='bx bx-log-out icon'></i>
{{-- </a> --}} </a>
</div> </div>
<div class="sidebar"> <div class="sidebar">
......
...@@ -60,7 +60,8 @@ ...@@ -60,7 +60,8 @@
<a ><i class='bx bx-user icon'></i> <a ><i class='bx bx-user icon'></i>
<p class="tt">ข้อมูลส่วนตัว</p> <p class="tt">ข้อมูลส่วนตัว</p>
</a> </a>
<a ><i class='bx bx-log-out icon'></i> <a a href="{{route('/')}}" class="nav-link">
<i class='bx bx-log-out icon'></i>
<p class="tt">ออกจากระบบ</p> <p class="tt">ออกจากระบบ</p>
</a> </a>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment