@extends(Request::ajax() ? 'layouts.ajax-main' : 'layouts.main') @section('title'){{ _('Add Request Line Ban') }} @endsection @section('page-title')Administration chevron_right Request Line Bans chevron_right Add @endsection @section('content')

{{ _('Add IP Ban') }}

{{ _('Here you can ban IP addresses from submitting requests through the request line. Please enter a well-formed IP address below (ie. 94.213.39.123) and submit.') }}

{{ csrf_field() }} {{ method_field('put') }}
@if ($errors->has('ip')) {{ $errors->first('ip') }} @endif
@endsection