@if ( $histories->isNotEmpty() ) @foreach ($histories as $history) @endforeach @else @endif
{{ __('Tool name') }} {{ __('Client IP') }} {{ __('Country') }} {{ __('Date') }} {{ __('History') }}
{{ $history->tool_name }} {{ $history->client_ip }} @if ( !empty( $history->flag ) && !empty( $history->country ) ) {{ $history->country }} @else {{ __('Unknown') }} @endif {{ $history->created_at }}
{{ __('No record found') }}
@if( $histories->hasPages() )
{{ $histories->links() }}
@endif