@extends('layouts.admin', ['page_title' => 'الترافيك']) @section('content')
@foreach($logs as $log) @endforeach
id جاي من دخل على ip تفاصيل الجهاز created_at
@if($log->user_id!=null) {{$log->id}}-{{$log->user->name}} @else {{$log->id}} @endif {{str_ireplace('www.', '', parse_url($log->rate_limit->prev_link, PHP_URL_HOST)) }} {{substr(str_replace(env('APP_URL'),'C',$log->url), 0, 40)}} {{$log->rate_limit->ip}} {{$log->rate_limit->browser}} - {{$log->rate_limit->device}} - {{$log->rate_limit->operating_system}} - {{$log->rate_limit->country_name}}
{{$log->rate_limit->agent_name}}
{{$log->created_at}} {{\Carbon::parse($log->created_at)->diffForHumans()}}
{{$logs->appends(request()->query())->links()}}
@endsection @section('scripts') @endsection