@extends('powerpanel.layouts.app') @section('title') {{Config::get('Constant.SITE_NAME')}} - Admin Panel @stop @section('content') @php $settings = json_decode(Config::get("Constant.MODULE.SETTINGS")); @endphp
@if(Session::has('message')) @endif @if(Session::has('error')) @endif
{!! Form::open(['method' => 'post','id'=>'frmblockips']) !!}
{!! Form::text('ip_address', isset($department->varTitle) ? $department->varTitle:old('ip_address'), array('maxlength'=>'20','placeholder' => 'IP Address','class' => 'form-control maxlength-handler','autocomplete'=>'off','onkeypress'=>'javascript: return KeycheckOnlyAmount(event);')) !!} {{ $errors->first('ip_address') }}
@if($userIsAdmin) @endif
{{ trans('template.common.cancel') }}
{!! Form::close() !!}
@endsection @section('scripts') @endsection