|
| 1 | +@extends('LaravelUserMonitoring::layouts.master') |
| 2 | + |
| 3 | +@section('title', 'Authentication Monitoring') |
| 4 | + |
| 5 | +@section('content') |
| 6 | + <div class="mt-7 overflow-x-auto"> |
| 7 | + <table class="w-full whitespace-nowrap"> |
| 8 | + <tbody> |
| 9 | + @foreach ($authentications as $authentication) |
| 10 | + <tr tabindex="0" class="focus:outline-none h-16 border border-gray-100 rounded"> |
| 11 | + <td class="pl-24"> |
| 12 | + <div class="flex items-center"> |
| 13 | + <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6"> |
| 14 | + <path stroke-linecap="round" stroke-linejoin="round" d="M17.982 18.725A7.488 7.488 0 0012 15.75a7.488 7.488 0 00-5.982 2.975m11.963 0a9 9 0 10-11.963 0m11.963 0A8.966 8.966 0 0112 21a8.966 8.966 0 01-5.982-2.275M15 9.75a3 3 0 11-6 0 3 3 0 016 0z" /> |
| 15 | + </svg> |
| 16 | + <p class="text-sm leading-none text-gray-600 ml-2"> |
| 17 | + {{ $authentication->user->name ?? 'Guest User' }} |
| 18 | + </p> |
| 19 | + </div> |
| 20 | + </td> |
| 21 | + <td class="pl-5"> |
| 22 | + <div class="flex items-center"> |
| 23 | + <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6"> |
| 24 | + <path stroke-linecap="round" stroke-linejoin="round" d="M10.5 6h9.75M10.5 6a1.5 1.5 0 11-3 0m3 0a1.5 1.5 0 10-3 0M3.75 6H7.5m3 12h9.75m-9.75 0a1.5 1.5 0 01-3 0m3 0a1.5 1.5 0 00-3 0m-3.75 0H7.5m9-6h3.75m-3.75 0a1.5 1.5 0 01-3 0m3 0a1.5 1.5 0 00-3 0m-9.75 0h9.75" /> |
| 25 | + </svg> |
| 26 | + <p class="text-sm leading-none text-gray-600 ml-2"> |
| 27 | + {{ $authentication->action_type }} |
| 28 | + </p> |
| 29 | + </div> |
| 30 | + </td> |
| 31 | + <td class="pl-5"> |
| 32 | + <div class="flex items-center"> |
| 33 | + <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6"> |
| 34 | + <path stroke-linecap="round" stroke-linejoin="round" d="M5.25 8.25h15m-16.5 7.5h15m-1.8-13.5l-3.9 19.5m-2.1-19.5l-3.9 19.5" /> |
| 35 | + </svg> |
| 36 | + <p class="text-sm leading-none text-gray-600 ml-2"> |
| 37 | + {{ $authentication->ip }} |
| 38 | + </p> |
| 39 | + </div> |
| 40 | + </td> |
| 41 | + <td class="pl-5"> |
| 42 | + <div class="flex items-center"> |
| 43 | + <svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="30" height="30" viewBox="0 0 50 50"> |
| 44 | + <path d="M 46 4.867188 L 4 10.117188 L 4 39.882813 L 46 45.132813 Z M 44 7.132813 L 44 24 L 25 24 L 25 9.507813 Z M 23 9.757813 L 23 24 L 6 24 L 6 11.882813 Z M 6 26 L 23 26 L 23 40.242188 L 6 38.117188 Z M 25 26 L 44 26 L 44 42.867188 L 25 40.492188 Z"></path> |
| 45 | + </svg> |
| 46 | + <p class="text-sm leading-none text-gray-600 ml-2"> |
| 47 | + {{ $authentication->platform }} |
| 48 | + </p> |
| 49 | + </div> |
| 50 | + </td> |
| 51 | + <td class="pl-5"> |
| 52 | + <button class="py-3 px-3 text-sm focus:outline-none leading-none text-blue-700 bg-blue-100 rounded"> |
| 53 | + {{ $authentication->created_at->format('Y-m-d H:i') }} |
| 54 | + </button> |
| 55 | + </td> |
| 56 | + <td class="pl-4"> |
| 57 | + <form method="post" action="{{ route('user-monitoring.authentications-monitoring-delete', $authentication->id) }}"> |
| 58 | + @csrf |
| 59 | + @method('DELETE') |
| 60 | + |
| 61 | + <button class="focus:ring-2 focus:ring-offset-2 focus:ring-red-300 text-sm leading-none text-red-600 py-3 px-5 bg-red-100 rounded hover:bg-red-200 focus:outline-none" type="submit"> |
| 62 | + <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6"> |
| 63 | + <path stroke-linecap="round" stroke-linejoin="round" d="M14.74 9l-.346 9m-4.788 0L9.26 9m9.968-3.21c.342.052.682.107 1.022.166m-1.022-.165L18.16 19.673a2.25 2.25 0 01-2.244 2.077H8.084a2.25 2.25 0 01-2.244-2.077L4.772 5.79m14.456 0a48.108 48.108 0 00-3.478-.397m-12 .562c.34-.059.68-.114 1.022-.165m0 0a48.11 48.11 0 013.478-.397m7.5 0v-.916c0-1.18-.91-2.164-2.09-2.201a51.964 51.964 0 00-3.32 0c-1.18.037-2.09 1.022-2.09 2.201v.916m7.5 0a48.667 48.667 0 00-7.5 0" /> |
| 64 | + </svg> |
| 65 | + </button> |
| 66 | + </form> |
| 67 | + </td> |
| 68 | + </tr> |
| 69 | + @endforeach |
| 70 | + </tbody> |
| 71 | + </table> |
| 72 | + {{ $authentications->links() }} |
| 73 | + </div> |
| 74 | +@endsection |
0 commit comments