@extends('layouts.main') @section('content')
| {{trans('app.id')}} | {{trans('app.pim.employees.external_accounts.account')}} | @forelse($accounts as $account) |
|---|---|---|
| {{$account->id}} | {{get_account_name($account->type)}} | @include('includes._datatable_actions', [ 'deleteUrl' => route('pim.employees.social_media.destroy', [$account->user_id, $account->id]), 'editUrl' => route('pim.employees.social_media.edit', [$account->user_id, $account->id]) ]) |
| {{trans('app.no_data')}} | ||