@extends('layouts.app') @section('title', $title = __('connection.add')) @section('content')
@csrf

{{ __('forms.AccessList') }}

@include('shared.button', ['type' => 'ClickURL', 'color' => 'blue', 'label' => __('forms.AddRule'), 'function' => 'AddRule()', 'icon' => 'bi-plus-circle-fill'])
  • @include('shared.button', ['type' => 'ClickURL', 'color' => 'red', 'label' => __('forms.remove'), 'function' => '$(this).parent().parent().remove();', 'icon' => 'bi-trash3-fill'])
@endsection