@extends('layouts.admin') @section('title') @yield('fwp_title') @endsection @section('content-header')

Firewall-Plus @hasSection('fwp_subtitle') @yield('fwp_subtitle') @endif

@endsection @section('content')
@include('admin.firewallplus.partials.nav-tabs', ['active' => $fwpTab ?? 'nodes']) @yield('fwp')
@endsection