@extends('layouts.admin') @section('title', $account->name) @section('content')
{{ $entry->internal_note }}
@endif @if ($entry->lifted_at){{ __('Lifted :date', ['date' => $entry->lifted_at->format('d M Y')]) }} @if ($entry->lifter) · {{ $entry->lifter->name }} @endif @if ($entry->lift_note) — {{ $entry->lift_note }} @endif
@endif{{ __('Nothing has been recorded against this account.') }}
@else{{ $suspension->suspended_at?->format('d M Y, H:i') }} @if ($suspension->actor) · {{ $suspension->actor->name }} @endif
{{ $suspension->public_reason }}
{{ $suspension->internal_note }}
{{ __('Their listings come down with them and the account is told.') }}
@endif