@extends('layouts.panel') @section('page', 'Security') @section('navigation')
  • NAVIGATION
  • Dashboard
  • @canany(['project_see', 'status_see'])
  • Projects
  • @endcanany @canany(['roles_see', 'user_see'])
  • Management
  • @endcanany @endsection @section('content')

    Sessions

    @foreach($sessions as $session) @php($agent->setUserAgent($session->user_agent)) @endforeach
    IP Action
    @if(filter_var(Request::ip(), FILTER_VALIDATE_IP, FILTER_FLAG_IPV6)) ••••:••••:••••:••••:••••:••••:••••:••••@else •••.•••.•••.••• @endif
    @if(filter_var($session->ip_address, FILTER_VALIDATE_IP, FILTER_FLAG_IPV6)) ••••:••••:••••:••••:••••:••••:••••:••••@else •••.•••.•••.••• @endif
    @endsection