$cliente->getRouteKey(), 'key' => [ 'public' => $cliente->getPublicKey(), 'route' => $cliente->getRouteKey(), ], 'nome' => $cliente->nome, 'status' => $cliente->status, 'url' => [ 'public' => trans_url('cliente/'.$cliente->getPublicKey()), 'user' => guard_url('cliente/cliente/'.$cliente->getRouteKey()), ], 'status' => trans('app.'.$cliente->status), 'created_at' => format_date($cliente->created_at), 'updated_at' => format_date($cliente->updated_at), ]; } }