@extends('layout.default') @section('breadcrumbs') @endsection @section('page', 'page__blacklist--index') @section('main')

{{ __('page.blacklist-clients') }}

@foreach ($clients as $client) @endforeach
Client Name Reason
{{ $client->name }} {{ $client->reason }}
@endsection @section('sidebar')

{{ __('common.info') }}

{{ __('page.blacklist-desc', ['title' => config('other.title')]) }}
@endsection