@extends('layout.with-main') @section('breadcrumbs') @endsection @section('page', 'page__staff-blacklisted-client--index') @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