@extends('layout.default') @section('breadcrumbs') @endsection @section('main')

Blacklisted Clients

@foreach ($clients as $client) @endforeach
{{ __('common.name') }} Peer ID Prefix {{ __('common.reason') }} {{ __('common.actions') }}
{{ $client->name }} {{ $client->peer_id_prefix }} {{ $client->reason }}
  • {{ __('common.edit') }}
  • @csrf @method('DELETE')
  • @endsection