{{ __('DKIM') }}

@if(session('message'))
{{ session('message') }}
@endif
@foreach($header as $heading) @endforeach @foreach($contents as $line) @foreach($line as $cell) @endforeach @endforeach
{{ $heading }}
{{ $cell }}
@if(session('dkimData')) @foreach (session('dkimData') as $row) @foreach ($row as $cell) @endforeach @endforeach
DKIM Status Domain
{{ $cell }}
@endif
@csrf {{ __('Active Dkim') }}