Added new admin features, updated login functionality, and modified orders view

This commit is contained in:
UronShrestha
2024-07-15 13:51:36 +05:45
parent d8e17eef70
commit 9c427917b8
8 changed files with 203 additions and 38 deletions

View File

@ -17,7 +17,6 @@
<th>S.No.</th>
<th>Name</th>
<th>Address</th>
{{-- <th>Description</th> --}}
<th>Phone</th>
<th>Status</th>
<th>Order Date</th>
@ -38,7 +37,6 @@
<td>{{ $i }}</td>
<td>{{ $item->name }}</td>
<td>{{ $item->address }}</td>
{{-- <td>{{ $item->description }}</td> --}}
<td>{{ $item->phone }}</td>
<td>{{ $item->status }}</td>
<td>{{ $item->created_at }}</td>
@ -116,9 +114,6 @@
@endforeach
</tbody>
<tfoot>
<tr>
<td colspan="4" style="text-align: center;">
@ -130,9 +125,7 @@
</tfoot>
</table>
</div>
<!-- Modal footer -->
<div class="modal-footer">