@extends('components.app') @section('styles') @endsection @section('title') Manage Domains @endsection @section('content')
| #id | Is Bot | Ip Address | Detected Method | Link | User Agent | action | |
|---|---|---|---|---|---|---|---|
| {{ $item->id }} | @if ($item->is_bot) true @else false @endif | {{ $item->ip_address }} | {{ $item->detection_method }} | {{ $item->link }} | {{ $item->user_agent }} | {{ date('Y-m-d H:i', strtotime($item->created_at)) }} |