@extends('layouts.settings')
@section('content')
@include('partials.breadcrumb', ['breadcrumbTitle' => "API History - Blocked IP Addresses",'parentTitle'=>'Settings','parentUrl'=>'/settings'])
@include('settings.history.api-blocked-ips.partials.filter')
@include('settings.partials.success-message')
@include('settings.partials.success')
@include('settings.history.api-blocked-ips.modals.unblock-ip-modal')
@stop
@section('help-links')
@include('help.help-links',['helpLink'=>config('help-links.help_links.developers'),'helpTitle'=>config('help-links.help_titles.developers')])
@endsection
@section('after_scripts')
@include('reports.scripts.common')
@include('reports.scripts.datatable')
@include('settings.history.api-blocked-ips.partials.api-blocked-ips-scripts')
@stop