# | {{ __('admin_table_actor') }} | {{ __('admin_table_phone') }} | {{ __('admin_table_houre_actor_role') }} |
---|---|---|---|
{{ $loop->index + 1 }} |
{{ $actor->full_name }} @if ($actor->is_facilities_payees) {{ __('saas_house_facility_payer') }} @endif {{ $actor->email }} |
{{ $actor->phone ? $actor->phone : "N/A" }} | {{ $actor->type_description }} |