@extends('layouts.app') @section('title', $page_title) @push('scripts') @endpush @section('content')
{{ __('app.ips') }} {{ __('app.blacklisted') }} {{ __('app.detail') }}
@include('includes.datatables') @endsection