@extends('layouts.admin') @section('title', 'Accounts') @section('content')
| {{ __('Account') }} | {{ __('Selling as') }} | {{ __('Joined') }} | {{ __('Status') }} | {{ __('Actions') }} |
|---|---|---|---|---|
| {{ $account->name }} {{ $account->email }} | {{ $account->sellerProfile?->display_name ?? '—' }} | {{ $account->created_at?->format('d M Y') }} |
@if ($account->isSuspended())
|
{{ __('Open') }} |