{{ __('admin_actor_details' ) }}: ({{ $actor->full_name }})

{{ $actor->full_name }}

  • {{ __('label_roles') }}:

    @foreach ($actorRoles as $role) {{ $role->description }} @endforeach
  • {{ __('saas_actor_member') }}: {{ format_date($actor->created_at) }} {{ __('at') }} {{ format_hour_min($actor->created_at) }}

{{ __('saas_actor_details') }}

{{ __('label_team') }} : {{ $actor->team->name }}
{{ __('label_last_name') }} : {{ $actor->full_name }}
{{ __('label_email') }} : {{ $actor->email }}
{{ __('label_phone') }} : {{ $actor->full_phone }}
{{ __('label_other_phone') }} :{{ ($actor->other_phone) ? $actor->full_other_phone : '___' }}
@foreach ($houses as $house)

{{ $house['description'] }}

{{ __('saas_house_ref') }}: {{ $house['reference'] }}
{{ __('saas_actor_registered_on')}}: {{ $house['created_at'] }} {{ __('saas_actor_you_are') }}:  @foreach ($house['types'] as $houType) {{ $houType}} @endforeach
{{ $house['house_type']['description'] }}
{{ $house['number_piece']['description'] }}
{{ __('label_ilot') }}: {{ $house['ilot'] }}
{{ __('label_lot') }}: {{ $house['lot'] }}
@foreach ($house['facilities'] as $facility) @endforeach
@endforeach