@extends('admin.firewallplus.layout', ['fwpTab' => 'server-rules']) @section('fwp_title') Firewall-Plus: Server Rules @endsection @section('fwp_subtitle') View firewall rules for any server (edit on the server panel) @endsection @section('fwp') @php $preloaded = $preloaded_server ?? null; $clientFirewallBase = rtrim((string) config('app.url'), '/') . '/server'; @endphp

Select a Server

Loading…
@endsection @section('footer-scripts') @parent @endsection