@extends('user.layouts.index', ['header' => true, 'nav' => true, 'demo' => true, 'settings' => $settings]) @section('content')
{{-- Failed --}} @if(Session::has("failed")) @endif {{-- Success --}} @if(Session::has("success")) @endif
{{-- Failed --}} @if (Session::has("failed")) @endif {{-- Success --}} @if(Session::has("success")) @endif {{-- Search IP Lookup --}}
@csrf
{{ __('IP Address') }}
{{-- IP Address --}}
{{-- Result --}}
@if(!empty($result))
{{ __('Result') }}
@endif
{{-- Footer --}} @include('user.includes.footer')
@endsection