@section('site_title', formatTitle([__('IP lookup'), __('Tool'), config('settings.title')])) @include('shared.breadcrumbs', ['breadcrumbs' => [ ['url' => route('dashboard'), 'title' => __('Home')], ['url' => route('tools'), 'title' => __('Tools')], ['title' => __('Tool')], ]])

{{ __('IP lookup') }}

{{ __('IP lookup') }}
@include('shared.message')
@csrf
{{ __('Copy') }}
@if ($errors->has('ip')) {{ $errors->first('ip') }} @elseif(isset($result) && empty($result)) {{ __('No results.') }} @endif
@if(!empty($result))
{{ __('Result') }}
@endif