{{ $solicitor->name }}
Solicitor details and activity
-
-
-
-
-
-
@if ($tab === 'overview')
Name
{{ $solicitor->name }}
Domain
{{ $solicitor->domain ?: '—' }}
Email
{{ $solicitor->email_address ?: '—' }}
Phone
{{ $solicitor->phone_number ?: '—' }}
Created
{{ $solicitor->created_at?->format('d/m/Y H:i') }}
Updated
{{ $solicitor->updated_at?->format('d/m/Y H:i') }}
@endif
@if ($tab === 'documents')
@endif
@if ($tab === 'addresses')
@endif
@if ($tab === 'email-senders')
@endif
@if ($tab === 'logo')
@endif
@if ($tab === 'history')
@endif