@extends('layout.with-main')
@section('breadcrumbs')
{{ __('staff.staff-dashboard') }}
Client blacklist
@endsection
@section('page', 'page__staff-blacklisted-client--index')
@section('main')
| {{ __('common.name') }} |
Peer ID prefix |
{{ __('common.reason') }} |
{{ __('common.actions') }} |
@foreach ($clients as $client)
| {{ $client->name }} |
{{ $client->peer_id_prefix }} |
{{ $client->reason }} |
|
@endforeach
@endsection